Shades of Caput Mortuum #5C200D
Tints of Caput Mortuum #5C200D
RGB
CMYK
RGB Variations
Color information
#5C200D (or 0x5C200D) is known color: Caput Mortuum. HEX triplet: 5C, 20 and 0D. RGB value is (92,32,13). Sum of RGB (Red+Green+Blue) = 92+32+13=137 (18% of max value = 765). Red value is 92 (36.33% from 255 or 67.15% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 92 - color contains mainly: red. Hex color #5C200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C200D is #A3DFF2. Grayscale: #2F2F2F. Windows color (decimal): -10739699 or 860252. OLE color: 860252.
HSL color Cylindrical-coordinate representation of color #5C200D: hue angle of 14.43º 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 #5C200D is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 32 | 13 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.64 |
| HSL | 14.43º | 0.75% | 0.21% | - |
| HSV(B) | 14.43º | 0.86% | 0.36% | - |
| XYZ | 5 | 3.34 | 0.76 | - |
| YUV | 47.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 32 | 13 | 0 | 0.65 | 0.86 | 0.64 | 14.43 | 0.75 | 0.21 |
| Hex | 5C | 20 | D | 0 | 41 | 56 | 40 | E | 4B | 15 |
| Octal | 134 | 40 | 15 | 0 | 101 | 126 | 100 | 16 | 113 | 25 |
| Binary | 1011100 | 100000 | 1101 | 0 | 1000001 | 1010110 | 1000000 | 1110 | 1001011 | 10101 |
Color Harmonies of #5C200D
Complementary color
Monochromatic Colors of #5C200D
Black with #5C200D
Text Example
Text Example
White with #5C200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C200D; }
p { color: rgb(92,32,13); }
H1.HeaderClassName
{
color: #5C200D;
}
.AnyTagClassName
{
color: #5C200D;
}
</style>
background-color css
<style>
a { background-color: #5C200D; }
a { background-color: rgb(92,32,13); }
div.DivClassName
{
background-color: #5C200D;
}
.BgClassName
{
background-color: #5C200D;
}
</style>
border-color css
<style>
span { border-color: #5C200D; }
span { border-color: rgb(92,32,13); }
td.TdClassName
{
border-color: #5C200D;
}
.TagClassName
{
border-color: #5C200D;
}
</style>