Shades of Caput Mortuum #602823
Tints of Caput Mortuum #602823
RGB
CMYK
RGB Variations
Color information
#602823 (or 0x602823) is known color: Caput Mortuum. HEX triplet: 60, 28 and 23. RGB value is (96,40,35). Sum of RGB (Red+Green+Blue) = 96+40+35=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #602823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602823 is #9FD7DC. Grayscale: #383838. Windows color (decimal): -10475485 or 2304096. OLE color: 2304096.
HSL color Cylindrical-coordinate representation of color #602823: hue angle of 4.92º 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 #602823 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 40 | 35 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.62 |
| HSL | 4.92º | 0.47% | 0.26% | - |
| HSV(B) | 4.92º | 0.64% | 0.38% | - |
| XYZ | 5.89 | 4.13 | 2.08 | - |
| YUV | 56.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 35 | 0 | 0.58 | 0.64 | 0.62 | 4.92 | 0.47 | 0.26 |
| Hex | 60 | 28 | 23 | 0 | 3A | 40 | 3E | 5 | 2F | 1A |
| Octal | 140 | 50 | 43 | 0 | 72 | 100 | 76 | 5 | 57 | 32 |
| Binary | 1100000 | 101000 | 100011 | 0 | 111010 | 1000000 | 111110 | 101 | 101111 | 11010 |
Color Harmonies of #602823
Complementary color
Monochromatic Colors of #602823
Black with #602823
Text Example
Text Example
White with #602823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602823; }
p { color: rgb(96,40,35); }
H1.HeaderClassName
{
color: #602823;
}
.AnyTagClassName
{
color: #602823;
}
</style>
background-color css
<style>
a { background-color: #602823; }
a { background-color: rgb(96,40,35); }
div.DivClassName
{
background-color: #602823;
}
.BgClassName
{
background-color: #602823;
}
</style>
border-color css
<style>
span { border-color: #602823; }
span { border-color: rgb(96,40,35); }
td.TdClassName
{
border-color: #602823;
}
.TagClassName
{
border-color: #602823;
}
</style>