Shades of Caput Mortuum #5F231B
Tints of Caput Mortuum #5F231B
RGB
CMYK
RGB Variations
Color information
#5F231B (or 0x5F231B) is known color: Caput Mortuum. HEX triplet: 5F, 23 and 1B. RGB value is (95,35,27). Sum of RGB (Red+Green+Blue) = 95+35+27=157 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.51% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 95 - color contains mainly: red. Hex color #5F231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F231B is #A0DCE4. Grayscale: #343434. Windows color (decimal): -10542309 or 1778527. OLE color: 1778527.
HSL color Cylindrical-coordinate representation of color #5F231B: hue angle of 7.06º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F231B is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 35 | 27 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.63 |
| HSL | 7.06º | 0.56% | 0.24% | - |
| HSV(B) | 7.06º | 0.72% | 0.37% | - |
| XYZ | 5.52 | 3.71 | 1.46 | - |
| YUV | 52.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 35 | 27 | 0 | 0.63 | 0.72 | 0.63 | 7.06 | 0.56 | 0.24 |
| Hex | 5F | 23 | 1B | 0 | 3F | 48 | 3F | 7 | 38 | 18 |
| Octal | 137 | 43 | 33 | 0 | 77 | 110 | 77 | 7 | 70 | 30 |
| Binary | 1011111 | 100011 | 11011 | 0 | 111111 | 1001000 | 111111 | 111 | 111000 | 11000 |
Color Harmonies of #5F231B
Complementary color
Monochromatic Colors of #5F231B
Black with #5F231B
Text Example
Text Example
White with #5F231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F231B; }
p { color: rgb(95,35,27); }
H1.HeaderClassName
{
color: #5F231B;
}
.AnyTagClassName
{
color: #5F231B;
}
</style>
background-color css
<style>
a { background-color: #5F231B; }
a { background-color: rgb(95,35,27); }
div.DivClassName
{
background-color: #5F231B;
}
.BgClassName
{
background-color: #5F231B;
}
</style>
border-color css
<style>
span { border-color: #5F231B; }
span { border-color: rgb(95,35,27); }
td.TdClassName
{
border-color: #5F231B;
}
.TagClassName
{
border-color: #5F231B;
}
</style>