Shades of Caput Mortuum #5F2C25
Tints of Caput Mortuum #5F2C25
RGB
CMYK
RGB Variations
Color information
#5F2C25 (or 0x5F2C25) is known color: Caput Mortuum. HEX triplet: 5F, 2C and 25. RGB value is (95,44,37). Sum of RGB (Red+Green+Blue) = 95+44+37=176 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.98% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2C25 is #A0D3DA. Grayscale: #3A3A3A. Windows color (decimal): -10539995 or 2436191. OLE color: 2436191.
HSL color Cylindrical-coordinate representation of color #5F2C25: hue angle of 7.24º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F2C25 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 44 | 37 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.63 |
| HSL | 7.24º | 0.44% | 0.26% | - |
| HSV(B) | 7.24º | 0.61% | 0.37% | - |
| XYZ | 5.95 | 4.37 | 2.28 | - |
| YUV | 58.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 44 | 37 | 0 | 0.54 | 0.61 | 0.63 | 7.24 | 0.44 | 0.26 |
| Hex | 5F | 2C | 25 | 0 | 36 | 3D | 3F | 7 | 2C | 1A |
| Octal | 137 | 54 | 45 | 0 | 66 | 75 | 77 | 7 | 54 | 32 |
| Binary | 1011111 | 101100 | 100101 | 0 | 110110 | 111101 | 111111 | 111 | 101100 | 11010 |
Color Harmonies of #5F2C25
Complementary color
Monochromatic Colors of #5F2C25
Black with #5F2C25
Text Example
Text Example
White with #5F2C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2C25; }
p { color: rgb(95,44,37); }
H1.HeaderClassName
{
color: #5F2C25;
}
.AnyTagClassName
{
color: #5F2C25;
}
</style>
background-color css
<style>
a { background-color: #5F2C25; }
a { background-color: rgb(95,44,37); }
div.DivClassName
{
background-color: #5F2C25;
}
.BgClassName
{
background-color: #5F2C25;
}
</style>
border-color css
<style>
span { border-color: #5F2C25; }
span { border-color: rgb(95,44,37); }
td.TdClassName
{
border-color: #5F2C25;
}
.TagClassName
{
border-color: #5F2C25;
}
</style>