#a12a34 color space conversions
Hex:
        #a12a34
        RGB:
        161, 42, 52
        CMY:
        37, 84, 80
        CMYK:
        0, 74, 68, 37
      HSL:
        355°, 58.6207%, 39.8039%
        HSV (HSB):
        355°, 73.9130%, 63.1373%
        XYZ:
        16.1457, 9.4809, 4.2278
        xyY:
        0.5408, 0.3176, 9.4809
      CIE-Lab:
        36.8942, 48.9205, 23.4719
        CIE-LCH:
        36.8942, 54.2600, 25.6315
        CIE-Luv:
        36.8942, 86.2092, 14.6448
        Hunter-Lab:
        30.7911, 39.7144, 13.4128
      #a12a34 color charts
#a12a34 RGB chart
      #a12a34 CMYK chart
      #a12a34 RGB pie chart
      #a12a34 color shades, tints & tones
#a12a34 color schemes
#a12a34 color preview, HTML & CSS examples
           This text has a color of #a12a34        
        
          <p style="color:#a12a34;">Text here</p>
        
        
          .mytext {color:#a12a34;}
        
        Text color #a12a34
      
           This box has a color of #a12a34        
        
          <div style="background-color:#a12a34;">Content here</div>
        
        
          .mybackground {background-color:#a12a34;}
        
        Background color #a12a34
      
           Border around this has a color of #a12a34        
        
          <div style="border:2px solid #a12a34;">Content here</div>
        
        
          .myborder {border:2px solid #a12a34;}
        
        Border color #a12a34