Shades of Caput Mortuum #5D230F
Tints of Caput Mortuum #5D230F
RGB
CMYK
RGB Variations
Color information
#5D230F (or 0x5D230F) is known color: Caput Mortuum. HEX triplet: 5D, 23 and 0F. RGB value is (93,35,15). Sum of RGB (Red+Green+Blue) = 93+35+15=143 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.03% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 93 - color contains mainly: red. Hex color #5D230F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D230F is #A2DCF0. Grayscale: #323232. Windows color (decimal): -10673393 or 992093. OLE color: 992093.
HSL color Cylindrical-coordinate representation of color #5D230F: hue angle of 15.38º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D230F is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 35 | 15 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.64 |
| HSL | 15.38º | 0.72% | 0.21% | - |
| HSV(B) | 15.38º | 0.84% | 0.36% | - |
| XYZ | 5.2 | 3.56 | 0.87 | - |
| YUV | 50.06 | 108.22 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 35 | 15 | 0 | 0.62 | 0.84 | 0.64 | 15.38 | 0.72 | 0.21 |
| Hex | 5D | 23 | F | 0 | 3E | 54 | 40 | F | 48 | 15 |
| Octal | 135 | 43 | 17 | 0 | 76 | 124 | 100 | 17 | 110 | 25 |
| Binary | 1011101 | 100011 | 1111 | 0 | 111110 | 1010100 | 1000000 | 1111 | 1001000 | 10101 |
Color Harmonies of #5D230F
Complementary color
Monochromatic Colors of #5D230F
Black with #5D230F
Text Example
Text Example
White with #5D230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D230F; }
p { color: rgb(93,35,15); }
H1.HeaderClassName
{
color: #5D230F;
}
.AnyTagClassName
{
color: #5D230F;
}
</style>
background-color css
<style>
a { background-color: #5D230F; }
a { background-color: rgb(93,35,15); }
div.DivClassName
{
background-color: #5D230F;
}
.BgClassName
{
background-color: #5D230F;
}
</style>
border-color css
<style>
span { border-color: #5D230F; }
span { border-color: rgb(93,35,15); }
td.TdClassName
{
border-color: #5D230F;
}
.TagClassName
{
border-color: #5D230F;
}
</style>