Shades of Caput Mortuum #5C1F0D
Tints of Caput Mortuum #5C1F0D
RGB
CMYK
RGB Variations
Color information
#5C1F0D (or 0x5C1F0D) is known color: Caput Mortuum. HEX triplet: 5C, 1F and 0D. RGB value is (92,31,13). Sum of RGB (Red+Green+Blue) = 92+31+13=136 (18% of max value = 765). Red value is 92 (36.33% from 255 or 67.65% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C1F0D is #A3E0F2. Grayscale: #2F2F2F. Windows color (decimal): -10739955 or 859996. OLE color: 859996.
HSL color Cylindrical-coordinate representation of color #5C1F0D: hue angle of 13.67º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C1F0D is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 31 | 13 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.64 |
| HSL | 13.67º | 0.75% | 0.21% | - |
| HSV(B) | 13.67º | 0.86% | 0.36% | - |
| XYZ | 4.98 | 3.28 | 0.75 | - |
| YUV | 47.19 | 108.71 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 31 | 13 | 0 | 0.66 | 0.86 | 0.64 | 13.67 | 0.75 | 0.21 |
| Hex | 5C | 1F | D | 0 | 42 | 56 | 40 | E | 4B | 15 |
| Octal | 134 | 37 | 15 | 0 | 102 | 126 | 100 | 16 | 113 | 25 |
| Binary | 1011100 | 11111 | 1101 | 0 | 1000010 | 1010110 | 1000000 | 1110 | 1001011 | 10101 |
Color Harmonies of #5C1F0D
Complementary color
Monochromatic Colors of #5C1F0D
Black with #5C1F0D
Text Example
Text Example
White with #5C1F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1F0D; }
p { color: rgb(92,31,13); }
H1.HeaderClassName
{
color: #5C1F0D;
}
.AnyTagClassName
{
color: #5C1F0D;
}
</style>
background-color css
<style>
a { background-color: #5C1F0D; }
a { background-color: rgb(92,31,13); }
div.DivClassName
{
background-color: #5C1F0D;
}
.BgClassName
{
background-color: #5C1F0D;
}
</style>
border-color css
<style>
span { border-color: #5C1F0D; }
span { border-color: rgb(92,31,13); }
td.TdClassName
{
border-color: #5C1F0D;
}
.TagClassName
{
border-color: #5C1F0D;
}
</style>