Shades of Caput Mortuum #5D241C
Tints of Caput Mortuum #5D241C
RGB
CMYK
RGB Variations
Color information
#5D241C (or 0x5D241C) is known color: Caput Mortuum. HEX triplet: 5D, 24 and 1C. RGB value is (93,36,28). Sum of RGB (Red+Green+Blue) = 93+36+28=157 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.24% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 93 - color contains mainly: red. Hex color #5D241C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D241C is #A2DBE3. Grayscale: #343434. Windows color (decimal): -10673124 or 1844317. OLE color: 1844317.
HSL color Cylindrical-coordinate representation of color #5D241C: hue angle of 7.38º 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 #5D241C is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 36 | 28 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.64 |
| HSL | 7.38º | 0.54% | 0.24% | - |
| HSV(B) | 7.38º | 0.7% | 0.36% | - |
| XYZ | 5.35 | 3.67 | 1.53 | - |
| YUV | 52.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 36 | 28 | 0 | 0.61 | 0.70 | 0.64 | 7.38 | 0.54 | 0.24 |
| Hex | 5D | 24 | 1C | 0 | 3D | 46 | 40 | 7 | 36 | 18 |
| Octal | 135 | 44 | 34 | 0 | 75 | 106 | 100 | 7 | 66 | 30 |
| Binary | 1011101 | 100100 | 11100 | 0 | 111101 | 1000110 | 1000000 | 111 | 110110 | 11000 |
Color Harmonies of #5D241C
Complementary color
Monochromatic Colors of #5D241C
Black with #5D241C
Text Example
Text Example
White with #5D241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D241C; }
p { color: rgb(93,36,28); }
H1.HeaderClassName
{
color: #5D241C;
}
.AnyTagClassName
{
color: #5D241C;
}
</style>
background-color css
<style>
a { background-color: #5D241C; }
a { background-color: rgb(93,36,28); }
div.DivClassName
{
background-color: #5D241C;
}
.BgClassName
{
background-color: #5D241C;
}
</style>
border-color css
<style>
span { border-color: #5D241C; }
span { border-color: rgb(93,36,28); }
td.TdClassName
{
border-color: #5D241C;
}
.TagClassName
{
border-color: #5D241C;
}
</style>