Shades of Claret #602031
Tints of Claret #602031
RGB
CMYK
RGB Variations
Color information
#602031 (or 0x602031) is known color: Claret. HEX triplet: 60, 20 and 31. RGB value is (96,32,49). Sum of RGB (Red+Green+Blue) = 96+32+49=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #602031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602031 is #9FDFCE. Grayscale: #353535. Windows color (decimal): -10477519 or 3219552. OLE color: 3219552.
HSL color Cylindrical-coordinate representation of color #602031: hue angle of 344.06º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602031 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 32 | 49 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.62 |
| HSL | 344.06º | 0.5% | 0.25% | - |
| HSV(B) | 344.06º | 0.67% | 0.38% | - |
| XYZ | 5.89 | 3.74 | 3.32 | - |
| YUV | 53.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 49 | 0 | 0.67 | 0.49 | 0.62 | 344.06 | 0.5 | 0.25 |
| Hex | 60 | 20 | 31 | 0 | 43 | 31 | 3E | 158 | 32 | 19 |
| Octal | 140 | 40 | 61 | 0 | 103 | 61 | 76 | 530 | 62 | 31 |
| Binary | 1100000 | 100000 | 110001 | 0 | 1000011 | 110001 | 111110 | 101011000 | 110010 | 11001 |
Color Harmonies of #602031
Complementary color
Monochromatic Colors of #602031
Black with #602031
Text Example
Text Example
White with #602031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602031; }
p { color: rgb(96,32,49); }
H1.HeaderClassName
{
color: #602031;
}
.AnyTagClassName
{
color: #602031;
}
</style>
background-color css
<style>
a { background-color: #602031; }
a { background-color: rgb(96,32,49); }
div.DivClassName
{
background-color: #602031;
}
.BgClassName
{
background-color: #602031;
}
</style>
border-color css
<style>
span { border-color: #602031; }
span { border-color: rgb(96,32,49); }
td.TdClassName
{
border-color: #602031;
}
.TagClassName
{
border-color: #602031;
}
</style>