Shades of Caput Mortuum #5D231A
Tints of Caput Mortuum #5D231A
RGB
CMYK
RGB Variations
Color information
#5D231A (or 0x5D231A) is known color: Caput Mortuum. HEX triplet: 5D, 23 and 1A. RGB value is (93,35,26). Sum of RGB (Red+Green+Blue) = 93+35+26=154 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60.39% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 93 - color contains mainly: red. Hex color #5D231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D231A is #A2DCE5. Grayscale: #333333. Windows color (decimal): -10673382 or 1712989. OLE color: 1712989.
HSL color Cylindrical-coordinate representation of color #5D231A: hue angle of 8.06º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D231A is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 35 | 26 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.64 |
| HSL | 8.06º | 0.56% | 0.23% | - |
| HSV(B) | 8.06º | 0.72% | 0.36% | - |
| XYZ | 5.3 | 3.6 | 1.39 | - |
| YUV | 51.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 35 | 26 | 0 | 0.62 | 0.72 | 0.64 | 8.06 | 0.56 | 0.23 |
| Hex | 5D | 23 | 1A | 0 | 3E | 48 | 40 | 8 | 38 | 17 |
| Octal | 135 | 43 | 32 | 0 | 76 | 110 | 100 | 10 | 70 | 27 |
| Binary | 1011101 | 100011 | 11010 | 0 | 111110 | 1001000 | 1000000 | 1000 | 111000 | 10111 |
Color Harmonies of #5D231A
Complementary color
Monochromatic Colors of #5D231A
Black with #5D231A
Text Example
Text Example
White with #5D231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D231A; }
p { color: rgb(93,35,26); }
H1.HeaderClassName
{
color: #5D231A;
}
.AnyTagClassName
{
color: #5D231A;
}
</style>
background-color css
<style>
a { background-color: #5D231A; }
a { background-color: rgb(93,35,26); }
div.DivClassName
{
background-color: #5D231A;
}
.BgClassName
{
background-color: #5D231A;
}
</style>
border-color css
<style>
span { border-color: #5D231A; }
span { border-color: rgb(93,35,26); }
td.TdClassName
{
border-color: #5D231A;
}
.TagClassName
{
border-color: #5D231A;
}
</style>