Shades of Caput Mortuum #5D241D
Tints of Caput Mortuum #5D241D
RGB
CMYK
RGB Variations
Color information
#5D241D (or 0x5D241D) is known color: Caput Mortuum. HEX triplet: 5D, 24 and 1D. RGB value is (93,36,29). Sum of RGB (Red+Green+Blue) = 93+36+29=158 (20% of max value = 765). Red value is 93 (36.72% from 255 or 58.86% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 93 - color contains mainly: red. Hex color #5D241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D241D is #A2DBE2. Grayscale: #343434. Windows color (decimal): -10673123 or 1909853. OLE color: 1909853.
HSL color Cylindrical-coordinate representation of color #5D241D: hue angle of 6.56º 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 #5D241D is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 36 | 29 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.64 |
| HSL | 6.56º | 0.52% | 0.24% | - |
| HSV(B) | 6.56º | 0.69% | 0.36% | - |
| XYZ | 5.37 | 3.68 | 1.59 | - |
| YUV | 52.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 36 | 29 | 0 | 0.61 | 0.69 | 0.64 | 6.56 | 0.52 | 0.24 |
| Hex | 5D | 24 | 1D | 0 | 3D | 45 | 40 | 7 | 34 | 18 |
| Octal | 135 | 44 | 35 | 0 | 75 | 105 | 100 | 7 | 64 | 30 |
| Binary | 1011101 | 100100 | 11101 | 0 | 111101 | 1000101 | 1000000 | 111 | 110100 | 11000 |
Color Harmonies of #5D241D
Complementary color
Monochromatic Colors of #5D241D
Black with #5D241D
Text Example
Text Example
White with #5D241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D241D; }
p { color: rgb(93,36,29); }
H1.HeaderClassName
{
color: #5D241D;
}
.AnyTagClassName
{
color: #5D241D;
}
</style>
background-color css
<style>
a { background-color: #5D241D; }
a { background-color: rgb(93,36,29); }
div.DivClassName
{
background-color: #5D241D;
}
.BgClassName
{
background-color: #5D241D;
}
</style>
border-color css
<style>
span { border-color: #5D241D; }
span { border-color: rgb(93,36,29); }
td.TdClassName
{
border-color: #5D241D;
}
.TagClassName
{
border-color: #5D241D;
}
</style>