#a1223a color space conversions
Hex:
        #a1223a
        RGB:
        161, 34, 58
        CMY:
        37, 87, 77
        CMYK:
        0, 79, 64, 37
      HSL:
        349°, 65.1282%, 38.2353%
        HSV (HSB):
        349°, 78.8820%, 63.1373%
        XYZ:
        16.0337, 9.0266, 4.9002
        xyY:
        0.5352, 0.3013, 9.0266
      CIE-Lab:
        36.0355, 51.9800, 18.5761
        CIE-LCH:
        36.0355, 55.1995, 19.6654
        CIE-Luv:
        36.0355, 88.1661, 9.6807
        Hunter-Lab:
        30.0443, 42.6822, 11.3608
      #a1223a color charts
#a1223a RGB chart
      #a1223a CMYK chart
      #a1223a RGB pie chart
      #a1223a color shades, tints & tones
#a1223a color schemes
#a1223a color preview, HTML & CSS examples
           This text has a color of #a1223a        
        
          <p style="color:#a1223a;">Text here</p>
        
        
          .mytext {color:#a1223a;}
        
        Text color #a1223a
      
           This box has a color of #a1223a        
        
          <div style="background-color:#a1223a;">Content here</div>
        
        
          .mybackground {background-color:#a1223a;}
        
        Background color #a1223a
      
           Border around this has a color of #a1223a        
        
          <div style="border:2px solid #a1223a;">Content here</div>
        
        
          .myborder {border:2px solid #a1223a;}
        
        Border color #a1223a