Shades of Caput Mortuum #5D291C
Tints of Caput Mortuum #5D291C
RGB
CMYK
RGB Variations
Color information
#5D291C (or 0x5D291C) is known color: Caput Mortuum. HEX triplet: 5D, 29 and 1C. RGB value is (93,41,28). Sum of RGB (Red+Green+Blue) = 93+41+28=162 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.41% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 93 - color contains mainly: red. Hex color #5D291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D291C is #A2D6E3. Grayscale: #373737. Windows color (decimal): -10671844 or 1845597. OLE color: 1845597.
HSL color Cylindrical-coordinate representation of color #5D291C: hue angle of 12º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D291C is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 41 | 28 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.64 |
| HSL | 12º | 0.54% | 0.24% | - |
| HSV(B) | 12º | 0.7% | 0.36% | - |
| XYZ | 5.52 | 4 | 1.58 | - |
| YUV | 55.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 41 | 28 | 0 | 0.56 | 0.70 | 0.64 | 12 | 0.54 | 0.24 |
| Hex | 5D | 29 | 1C | 0 | 38 | 46 | 40 | C | 36 | 18 |
| Octal | 135 | 51 | 34 | 0 | 70 | 106 | 100 | 14 | 66 | 30 |
| Binary | 1011101 | 101001 | 11100 | 0 | 111000 | 1000110 | 1000000 | 1100 | 110110 | 11000 |
Color Harmonies of #5D291C
Complementary color
Monochromatic Colors of #5D291C
Black with #5D291C
Text Example
Text Example
White with #5D291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D291C; }
p { color: rgb(93,41,28); }
H1.HeaderClassName
{
color: #5D291C;
}
.AnyTagClassName
{
color: #5D291C;
}
</style>
background-color css
<style>
a { background-color: #5D291C; }
a { background-color: rgb(93,41,28); }
div.DivClassName
{
background-color: #5D291C;
}
.BgClassName
{
background-color: #5D291C;
}
</style>
border-color css
<style>
span { border-color: #5D291C; }
span { border-color: rgb(93,41,28); }
td.TdClassName
{
border-color: #5D291C;
}
.TagClassName
{
border-color: #5D291C;
}
</style>