Shades of Caput Mortuum #5C1A04
Tints of Caput Mortuum #5C1A04
RGB
CMYK
RGB Variations
Color information
#5C1A04 (or 0x5C1A04) is known color: Caput Mortuum. HEX triplet: 5C, 1A and 04. RGB value is (92,26,4). Sum of RGB (Red+Green+Blue) = 92+26+4=122 (16% of max value = 765). Red value is 92 (36.33% from 255 or 75.41% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C1A04 is #A3E5FB. Grayscale: #2B2B2B. Windows color (decimal): -10741244 or 268892. OLE color: 268892.
HSL color Cylindrical-coordinate representation of color #5C1A04: hue angle of 15º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C1A04 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 26 | 4 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.64 |
| HSL | 15º | 0.92% | 0.19% | - |
| HSV(B) | 15º | 0.96% | 0.36% | - |
| XYZ | 4.8 | 3.02 | 0.45 | - |
| YUV | 43.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 26 | 4 | 0 | 0.72 | 0.96 | 0.64 | 15 | 0.92 | 0.19 |
| Hex | 5C | 1A | 4 | 0 | 48 | 60 | 40 | F | 5C | 13 |
| Octal | 134 | 32 | 4 | 0 | 110 | 140 | 100 | 17 | 134 | 23 |
| Binary | 1011100 | 11010 | 100 | 0 | 1001000 | 1100000 | 1000000 | 1111 | 1011100 | 10011 |
Color Harmonies of #5C1A04
Complementary color
Monochromatic Colors of #5C1A04
Black with #5C1A04
Text Example
Text Example
White with #5C1A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1A04; }
p { color: rgb(92,26,4); }
H1.HeaderClassName
{
color: #5C1A04;
}
.AnyTagClassName
{
color: #5C1A04;
}
</style>
background-color css
<style>
a { background-color: #5C1A04; }
a { background-color: rgb(92,26,4); }
div.DivClassName
{
background-color: #5C1A04;
}
.BgClassName
{
background-color: #5C1A04;
}
</style>
border-color css
<style>
span { border-color: #5C1A04; }
span { border-color: rgb(92,26,4); }
td.TdClassName
{
border-color: #5C1A04;
}
.TagClassName
{
border-color: #5C1A04;
}
</style>