Shades of Claret #602232
Tints of Claret #602232
RGB
CMYK
RGB Variations
Color information
#602232 (or 0x602232) is known color: Claret. HEX triplet: 60, 22 and 32. RGB value is (96,34,50). Sum of RGB (Red+Green+Blue) = 96+34+50=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #602232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602232 is #9FDDCD. Grayscale: #363636. Windows color (decimal): -10477006 or 3285600. OLE color: 3285600.
HSL color Cylindrical-coordinate representation of color #602232: hue angle of 344.52º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #602232 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 34 | 50 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.62 |
| HSL | 344.52º | 0.48% | 0.25% | - |
| HSV(B) | 344.52º | 0.65% | 0.38% | - |
| XYZ | 5.97 | 3.86 | 3.45 | - |
| YUV | 54.36 | 125.54 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 50 | 0 | 0.65 | 0.48 | 0.62 | 344.52 | 0.48 | 0.25 |
| Hex | 60 | 22 | 32 | 0 | 41 | 30 | 3E | 159 | 30 | 19 |
| Octal | 140 | 42 | 62 | 0 | 101 | 60 | 76 | 531 | 60 | 31 |
| Binary | 1100000 | 100010 | 110010 | 0 | 1000001 | 110000 | 111110 | 101011001 | 110000 | 11001 |
Color Harmonies of #602232
Complementary color
Monochromatic Colors of #602232
Black with #602232
Text Example
Text Example
White with #602232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602232; }
p { color: rgb(96,34,50); }
H1.HeaderClassName
{
color: #602232;
}
.AnyTagClassName
{
color: #602232;
}
</style>
background-color css
<style>
a { background-color: #602232; }
a { background-color: rgb(96,34,50); }
div.DivClassName
{
background-color: #602232;
}
.BgClassName
{
background-color: #602232;
}
</style>
border-color css
<style>
span { border-color: #602232; }
span { border-color: rgb(96,34,50); }
td.TdClassName
{
border-color: #602232;
}
.TagClassName
{
border-color: #602232;
}
</style>