Shades of Claret #602131
Tints of Claret #602131
RGB
CMYK
RGB Variations
Color information
#602131 (or 0x602131) is known color: Claret. HEX triplet: 60, 21 and 31. RGB value is (96,33,49). Sum of RGB (Red+Green+Blue) = 96+33+49=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #602131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602131 is #9FDECE. Grayscale: #353535. Windows color (decimal): -10477263 or 3219808. OLE color: 3219808.
HSL color Cylindrical-coordinate representation of color #602131: hue angle of 344.76º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602131 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 33 | 49 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.62 |
| HSL | 344.76º | 0.49% | 0.25% | - |
| HSV(B) | 344.76º | 0.66% | 0.38% | - |
| XYZ | 5.92 | 3.8 | 3.33 | - |
| YUV | 53.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 49 | 0 | 0.66 | 0.49 | 0.62 | 344.76 | 0.49 | 0.25 |
| Hex | 60 | 21 | 31 | 0 | 42 | 31 | 3E | 159 | 31 | 19 |
| Octal | 140 | 41 | 61 | 0 | 102 | 61 | 76 | 531 | 61 | 31 |
| Binary | 1100000 | 100001 | 110001 | 0 | 1000010 | 110001 | 111110 | 101011001 | 110001 | 11001 |
Color Harmonies of #602131
Complementary color
Monochromatic Colors of #602131
Black with #602131
Text Example
Text Example
White with #602131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602131; }
p { color: rgb(96,33,49); }
H1.HeaderClassName
{
color: #602131;
}
.AnyTagClassName
{
color: #602131;
}
</style>
background-color css
<style>
a { background-color: #602131; }
a { background-color: rgb(96,33,49); }
div.DivClassName
{
background-color: #602131;
}
.BgClassName
{
background-color: #602131;
}
</style>
border-color css
<style>
span { border-color: #602131; }
span { border-color: rgb(96,33,49); }
td.TdClassName
{
border-color: #602131;
}
.TagClassName
{
border-color: #602131;
}
</style>