Shades of Caput Mortuum #5F271D
Tints of Caput Mortuum #5F271D
RGB
CMYK
RGB Variations
Color information
#5F271D (or 0x5F271D) is known color: Caput Mortuum. HEX triplet: 5F, 27 and 1D. RGB value is (95,39,29). Sum of RGB (Red+Green+Blue) = 95+39+29=163 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.28% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 95 - color contains mainly: red. Hex color #5F271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F271D is #A0D8E2. Grayscale: #363636. Windows color (decimal): -10541283 or 1910623. OLE color: 1910623.
HSL color Cylindrical-coordinate representation of color #5F271D: hue angle of 9.09º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F271D is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 39 | 29 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.63 |
| HSL | 9.09º | 0.53% | 0.24% | - |
| HSV(B) | 9.09º | 0.69% | 0.37% | - |
| XYZ | 5.67 | 3.97 | 1.63 | - |
| YUV | 54.6 | 113.55 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 39 | 29 | 0 | 0.59 | 0.69 | 0.63 | 9.09 | 0.53 | 0.24 |
| Hex | 5F | 27 | 1D | 0 | 3B | 45 | 3F | 9 | 35 | 18 |
| Octal | 137 | 47 | 35 | 0 | 73 | 105 | 77 | 11 | 65 | 30 |
| Binary | 1011111 | 100111 | 11101 | 0 | 111011 | 1000101 | 111111 | 1001 | 110101 | 11000 |
Color Harmonies of #5F271D
Complementary color
Monochromatic Colors of #5F271D
Black with #5F271D
Text Example
Text Example
White with #5F271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F271D; }
p { color: rgb(95,39,29); }
H1.HeaderClassName
{
color: #5F271D;
}
.AnyTagClassName
{
color: #5F271D;
}
</style>
background-color css
<style>
a { background-color: #5F271D; }
a { background-color: rgb(95,39,29); }
div.DivClassName
{
background-color: #5F271D;
}
.BgClassName
{
background-color: #5F271D;
}
</style>
border-color css
<style>
span { border-color: #5F271D; }
span { border-color: rgb(95,39,29); }
td.TdClassName
{
border-color: #5F271D;
}
.TagClassName
{
border-color: #5F271D;
}
</style>