Shades of Caput Mortuum #5C2313
Tints of Caput Mortuum #5C2313
RGB
CMYK
RGB Variations
Color information
#5C2313 (or 0x5C2313) is known color: Caput Mortuum. HEX triplet: 5C, 23 and 13. RGB value is (92,35,19). Sum of RGB (Red+Green+Blue) = 92+35+19=146 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.01% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C2313 is #A3DCEC. Grayscale: #323232. Windows color (decimal): -10738925 or 1254236. OLE color: 1254236.
HSL color Cylindrical-coordinate representation of color #5C2313: hue angle of 13.15º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C2313 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 35 | 19 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.64 |
| HSL | 13.15º | 0.66% | 0.22% | - |
| HSV(B) | 13.15º | 0.79% | 0.36% | - |
| XYZ | 5.13 | 3.52 | 1.03 | - |
| YUV | 50.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 35 | 19 | 0 | 0.62 | 0.79 | 0.64 | 13.15 | 0.66 | 0.22 |
| Hex | 5C | 23 | 13 | 0 | 3E | 4F | 40 | D | 42 | 16 |
| Octal | 134 | 43 | 23 | 0 | 76 | 117 | 100 | 15 | 102 | 26 |
| Binary | 1011100 | 100011 | 10011 | 0 | 111110 | 1001111 | 1000000 | 1101 | 1000010 | 10110 |
Color Harmonies of #5C2313
Complementary color
Monochromatic Colors of #5C2313
Black with #5C2313
Text Example
Text Example
White with #5C2313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2313; }
p { color: rgb(92,35,19); }
H1.HeaderClassName
{
color: #5C2313;
}
.AnyTagClassName
{
color: #5C2313;
}
</style>
background-color css
<style>
a { background-color: #5C2313; }
a { background-color: rgb(92,35,19); }
div.DivClassName
{
background-color: #5C2313;
}
.BgClassName
{
background-color: #5C2313;
}
</style>
border-color css
<style>
span { border-color: #5C2313; }
span { border-color: rgb(92,35,19); }
td.TdClassName
{
border-color: #5C2313;
}
.TagClassName
{
border-color: #5C2313;
}
</style>