Shades of Caput Mortuum #4F211C
Tints of Caput Mortuum #4F211C
RGB
CMYK
RGB Variations
Color information
#4F211C (or 0x4F211C) is known color: Caput Mortuum. HEX triplet: 4F, 21 and 1C. RGB value is (79,33,28). Sum of RGB (Red+Green+Blue) = 79+33+28=140 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.43% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 79 - color contains mainly: red. Hex color #4F211C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F211C is #B0DEE3. Grayscale: #2E2E2E. Windows color (decimal): -11591396 or 1843535. OLE color: 1843535.
HSL color Cylindrical-coordinate representation of color #4F211C: hue angle of 5.88º 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 #4F211C is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 33 | 28 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.69 |
| HSL | 5.88º | 0.48% | 0.21% | - |
| HSV(B) | 5.88º | 0.65% | 0.31% | - |
| XYZ | 3.98 | 2.83 | 1.44 | - |
| YUV | 46.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 33 | 28 | 0 | 0.58 | 0.65 | 0.69 | 5.88 | 0.48 | 0.21 |
| Hex | 4F | 21 | 1C | 0 | 3A | 41 | 45 | 6 | 30 | 15 |
| Octal | 117 | 41 | 34 | 0 | 72 | 101 | 105 | 6 | 60 | 25 |
| Binary | 1001111 | 100001 | 11100 | 0 | 111010 | 1000001 | 1000101 | 110 | 110000 | 10101 |
Color Harmonies of #4F211C
Complementary color
Monochromatic Colors of #4F211C
Black with #4F211C
Text Example
Text Example
White with #4F211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F211C; }
p { color: rgb(79,33,28); }
H1.HeaderClassName
{
color: #4F211C;
}
.AnyTagClassName
{
color: #4F211C;
}
</style>
background-color css
<style>
a { background-color: #4F211C; }
a { background-color: rgb(79,33,28); }
div.DivClassName
{
background-color: #4F211C;
}
.BgClassName
{
background-color: #4F211C;
}
</style>
border-color css
<style>
span { border-color: #4F211C; }
span { border-color: rgb(79,33,28); }
td.TdClassName
{
border-color: #4F211C;
}
.TagClassName
{
border-color: #4F211C;
}
</style>