Shades of Caput Mortuum #5D291D
Tints of Caput Mortuum #5D291D
RGB
CMYK
RGB Variations
Color information
#5D291D (or 0x5D291D) is known color: Caput Mortuum. HEX triplet: 5D, 29 and 1D. RGB value is (93,41,29). Sum of RGB (Red+Green+Blue) = 93+41+29=163 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.06% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 93 - color contains mainly: red. Hex color #5D291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D291D is #A2D6E2. Grayscale: #373737. Windows color (decimal): -10671843 or 1911133. OLE color: 1911133.
HSL color Cylindrical-coordinate representation of color #5D291D: hue angle of 11.25º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D291D is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 41 | 29 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.64 |
| HSL | 11.25º | 0.52% | 0.24% | - |
| HSV(B) | 11.25º | 0.69% | 0.36% | - |
| XYZ | 5.53 | 4 | 1.64 | - |
| YUV | 55.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 41 | 29 | 0 | 0.56 | 0.69 | 0.64 | 11.25 | 0.52 | 0.24 |
| Hex | 5D | 29 | 1D | 0 | 38 | 45 | 40 | B | 34 | 18 |
| Octal | 135 | 51 | 35 | 0 | 70 | 105 | 100 | 13 | 64 | 30 |
| Binary | 1011101 | 101001 | 11101 | 0 | 111000 | 1000101 | 1000000 | 1011 | 110100 | 11000 |
Color Harmonies of #5D291D
Complementary color
Monochromatic Colors of #5D291D
Black with #5D291D
Text Example
Text Example
White with #5D291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D291D; }
p { color: rgb(93,41,29); }
H1.HeaderClassName
{
color: #5D291D;
}
.AnyTagClassName
{
color: #5D291D;
}
</style>
background-color css
<style>
a { background-color: #5D291D; }
a { background-color: rgb(93,41,29); }
div.DivClassName
{
background-color: #5D291D;
}
.BgClassName
{
background-color: #5D291D;
}
</style>
border-color css
<style>
span { border-color: #5D291D; }
span { border-color: rgb(93,41,29); }
td.TdClassName
{
border-color: #5D291D;
}
.TagClassName
{
border-color: #5D291D;
}
</style>