Shades of Caput Mortuum #5C1F0F
Tints of Caput Mortuum #5C1F0F
RGB
CMYK
RGB Variations
Color information
#5C1F0F (or 0x5C1F0F) is known color: Caput Mortuum. HEX triplet: 5C, 1F and 0F. RGB value is (92,31,15). Sum of RGB (Red+Green+Blue) = 92+31+15=138 (18% of max value = 765). Red value is 92 (36.33% from 255 or 66.67% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C1F0F is #A3E0F0. Grayscale: #2F2F2F. Windows color (decimal): -10739953 or 991068. OLE color: 991068.
HSL color Cylindrical-coordinate representation of color #5C1F0F: hue angle of 12.47º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1F0F is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 31 | 15 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.64 |
| HSL | 12.47º | 0.72% | 0.21% | - |
| HSV(B) | 12.47º | 0.84% | 0.36% | - |
| XYZ | 4.99 | 3.29 | 0.82 | - |
| YUV | 47.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 31 | 15 | 0 | 0.66 | 0.84 | 0.64 | 12.47 | 0.72 | 0.21 |
| Hex | 5C | 1F | F | 0 | 42 | 54 | 40 | C | 48 | 15 |
| Octal | 134 | 37 | 17 | 0 | 102 | 124 | 100 | 14 | 110 | 25 |
| Binary | 1011100 | 11111 | 1111 | 0 | 1000010 | 1010100 | 1000000 | 1100 | 1001000 | 10101 |
Color Harmonies of #5C1F0F
Complementary color
Monochromatic Colors of #5C1F0F
Black with #5C1F0F
Text Example
Text Example
White with #5C1F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1F0F; }
p { color: rgb(92,31,15); }
H1.HeaderClassName
{
color: #5C1F0F;
}
.AnyTagClassName
{
color: #5C1F0F;
}
</style>
background-color css
<style>
a { background-color: #5C1F0F; }
a { background-color: rgb(92,31,15); }
div.DivClassName
{
background-color: #5C1F0F;
}
.BgClassName
{
background-color: #5C1F0F;
}
</style>
border-color css
<style>
span { border-color: #5C1F0F; }
span { border-color: rgb(92,31,15); }
td.TdClassName
{
border-color: #5C1F0F;
}
.TagClassName
{
border-color: #5C1F0F;
}
</style>