Shades of Caput Mortuum #602723
Tints of Caput Mortuum #602723
RGB
CMYK
RGB Variations
Color information
#602723 (or 0x602723) is known color: Caput Mortuum. HEX triplet: 60, 27 and 23. RGB value is (96,39,35). Sum of RGB (Red+Green+Blue) = 96+39+35=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #602723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602723 is #9FD8DC. Grayscale: #373737. Windows color (decimal): -10475741 or 2303840. OLE color: 2303840.
HSL color Cylindrical-coordinate representation of color #602723: hue angle of 3.93º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #602723 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 39 | 35 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.62 |
| HSL | 3.93º | 0.47% | 0.26% | - |
| HSV(B) | 3.93º | 0.64% | 0.38% | - |
| XYZ | 5.85 | 4.06 | 2.07 | - |
| YUV | 55.59 | 116.38 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 35 | 0 | 0.59 | 0.64 | 0.62 | 3.93 | 0.47 | 0.26 |
| Hex | 60 | 27 | 23 | 0 | 3B | 40 | 3E | 4 | 2F | 1A |
| Octal | 140 | 47 | 43 | 0 | 73 | 100 | 76 | 4 | 57 | 32 |
| Binary | 1100000 | 100111 | 100011 | 0 | 111011 | 1000000 | 111110 | 100 | 101111 | 11010 |
Color Harmonies of #602723
Complementary color
Monochromatic Colors of #602723
Black with #602723
Text Example
Text Example
White with #602723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602723; }
p { color: rgb(96,39,35); }
H1.HeaderClassName
{
color: #602723;
}
.AnyTagClassName
{
color: #602723;
}
</style>
background-color css
<style>
a { background-color: #602723; }
a { background-color: rgb(96,39,35); }
div.DivClassName
{
background-color: #602723;
}
.BgClassName
{
background-color: #602723;
}
</style>
border-color css
<style>
span { border-color: #602723; }
span { border-color: rgb(96,39,35); }
td.TdClassName
{
border-color: #602723;
}
.TagClassName
{
border-color: #602723;
}
</style>