Shades of Caput Mortuum #4F231C
Tints of Caput Mortuum #4F231C
RGB
CMYK
RGB Variations
Color information
#4F231C (or 0x4F231C) is known color: Caput Mortuum. HEX triplet: 4F, 23 and 1C. RGB value is (79,35,28). Sum of RGB (Red+Green+Blue) = 79+35+28=142 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.63% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 79 - color contains mainly: red. Hex color #4F231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F231C is #B0DCE3. Grayscale: #2F2F2F. Windows color (decimal): -11590884 or 1844047. OLE color: 1844047.
HSL color Cylindrical-coordinate representation of color #4F231C: hue angle of 8.24º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F231C is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 35 | 28 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.69 |
| HSL | 8.24º | 0.48% | 0.21% | - |
| HSV(B) | 8.24º | 0.65% | 0.31% | - |
| XYZ | 4.04 | 2.95 | 1.45 | - |
| YUV | 47.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 35 | 28 | 0 | 0.56 | 0.65 | 0.69 | 8.24 | 0.48 | 0.21 |
| Hex | 4F | 23 | 1C | 0 | 38 | 41 | 45 | 8 | 30 | 15 |
| Octal | 117 | 43 | 34 | 0 | 70 | 101 | 105 | 10 | 60 | 25 |
| Binary | 1001111 | 100011 | 11100 | 0 | 111000 | 1000001 | 1000101 | 1000 | 110000 | 10101 |
Color Harmonies of #4F231C
Complementary color
Monochromatic Colors of #4F231C
Black with #4F231C
Text Example
Text Example
White with #4F231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F231C; }
p { color: rgb(79,35,28); }
H1.HeaderClassName
{
color: #4F231C;
}
.AnyTagClassName
{
color: #4F231C;
}
</style>
background-color css
<style>
a { background-color: #4F231C; }
a { background-color: rgb(79,35,28); }
div.DivClassName
{
background-color: #4F231C;
}
.BgClassName
{
background-color: #4F231C;
}
</style>
border-color css
<style>
span { border-color: #4F231C; }
span { border-color: rgb(79,35,28); }
td.TdClassName
{
border-color: #4F231C;
}
.TagClassName
{
border-color: #4F231C;
}
</style>