Shades of Claret #602231
Tints of Claret #602231
RGB
CMYK
RGB Variations
Color information
#602231 (or 0x602231) is known color: Claret. HEX triplet: 60, 22 and 31. RGB value is (96,34,49). Sum of RGB (Red+Green+Blue) = 96+34+49=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #602231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602231 is #9FDDCE. Grayscale: #363636. Windows color (decimal): -10477007 or 3220064. OLE color: 3220064.
HSL color Cylindrical-coordinate representation of color #602231: hue angle of 345.48º 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 #602231 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 34 | 49 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.62 |
| HSL | 345.48º | 0.48% | 0.25% | - |
| HSV(B) | 345.48º | 0.65% | 0.38% | - |
| XYZ | 5.95 | 3.85 | 3.34 | - |
| YUV | 54.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 49 | 0 | 0.65 | 0.49 | 0.62 | 345.48 | 0.48 | 0.25 |
| Hex | 60 | 22 | 31 | 0 | 41 | 31 | 3E | 159 | 30 | 19 |
| Octal | 140 | 42 | 61 | 0 | 101 | 61 | 76 | 531 | 60 | 31 |
| Binary | 1100000 | 100010 | 110001 | 0 | 1000001 | 110001 | 111110 | 101011001 | 110000 | 11001 |
Color Harmonies of #602231
Complementary color
Monochromatic Colors of #602231
Black with #602231
Text Example
Text Example
White with #602231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602231; }
p { color: rgb(96,34,49); }
H1.HeaderClassName
{
color: #602231;
}
.AnyTagClassName
{
color: #602231;
}
</style>
background-color css
<style>
a { background-color: #602231; }
a { background-color: rgb(96,34,49); }
div.DivClassName
{
background-color: #602231;
}
.BgClassName
{
background-color: #602231;
}
</style>
border-color css
<style>
span { border-color: #602231; }
span { border-color: rgb(96,34,49); }
td.TdClassName
{
border-color: #602231;
}
.TagClassName
{
border-color: #602231;
}
</style>