Shades of Caput Mortuum #5C2319
Tints of Caput Mortuum #5C2319
RGB
CMYK
RGB Variations
Color information
#5C2319 (or 0x5C2319) is known color: Caput Mortuum. HEX triplet: 5C, 23 and 19. RGB value is (92,35,25). Sum of RGB (Red+Green+Blue) = 92+35+25=152 (20% of max value = 765). Red value is 92 (36.33% from 255 or 60.53% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C2319 is #A3DCE6. Grayscale: #333333. Windows color (decimal): -10738919 or 1647452. OLE color: 1647452.
HSL color Cylindrical-coordinate representation of color #5C2319: hue angle of 8.96º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C2319 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 35 | 25 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.64 |
| HSL | 8.96º | 0.57% | 0.23% | - |
| HSV(B) | 8.96º | 0.73% | 0.36% | - |
| XYZ | 5.19 | 3.55 | 1.33 | - |
| YUV | 50.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 35 | 25 | 0 | 0.62 | 0.73 | 0.64 | 8.96 | 0.57 | 0.23 |
| Hex | 5C | 23 | 19 | 0 | 3E | 49 | 40 | 9 | 39 | 17 |
| Octal | 134 | 43 | 31 | 0 | 76 | 111 | 100 | 11 | 71 | 27 |
| Binary | 1011100 | 100011 | 11001 | 0 | 111110 | 1001001 | 1000000 | 1001 | 111001 | 10111 |
Color Harmonies of #5C2319
Complementary color
Monochromatic Colors of #5C2319
Black with #5C2319
Text Example
Text Example
White with #5C2319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2319; }
p { color: rgb(92,35,25); }
H1.HeaderClassName
{
color: #5C2319;
}
.AnyTagClassName
{
color: #5C2319;
}
</style>
background-color css
<style>
a { background-color: #5C2319; }
a { background-color: rgb(92,35,25); }
div.DivClassName
{
background-color: #5C2319;
}
.BgClassName
{
background-color: #5C2319;
}
</style>
border-color css
<style>
span { border-color: #5C2319; }
span { border-color: rgb(92,35,25); }
td.TdClassName
{
border-color: #5C2319;
}
.TagClassName
{
border-color: #5C2319;
}
</style>