Shades of Caput Mortuum #4F201C
Tints of Caput Mortuum #4F201C
RGB
CMYK
RGB Variations
Color information
#4F201C (or 0x4F201C) is known color: Caput Mortuum. HEX triplet: 4F, 20 and 1C. RGB value is (79,32,28). Sum of RGB (Red+Green+Blue) = 79+32+28=139 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.83% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 79 - color contains mainly: red. Hex color #4F201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F201C is #B0DFE3. Grayscale: #2D2D2D. Windows color (decimal): -11591652 or 1843279. OLE color: 1843279.
HSL color Cylindrical-coordinate representation of color #4F201C: hue angle of 4.71º 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 #4F201C is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 32 | 28 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.69 |
| HSL | 4.71º | 0.48% | 0.21% | - |
| HSV(B) | 4.71º | 0.65% | 0.31% | - |
| XYZ | 3.95 | 2.78 | 1.43 | - |
| YUV | 45.6 | 118.07 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 32 | 28 | 0 | 0.59 | 0.65 | 0.69 | 4.71 | 0.48 | 0.21 |
| Hex | 4F | 20 | 1C | 0 | 3B | 41 | 45 | 5 | 30 | 15 |
| Octal | 117 | 40 | 34 | 0 | 73 | 101 | 105 | 5 | 60 | 25 |
| Binary | 1001111 | 100000 | 11100 | 0 | 111011 | 1000001 | 1000101 | 101 | 110000 | 10101 |
Color Harmonies of #4F201C
Complementary color
Monochromatic Colors of #4F201C
Black with #4F201C
Text Example
Text Example
White with #4F201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F201C; }
p { color: rgb(79,32,28); }
H1.HeaderClassName
{
color: #4F201C;
}
.AnyTagClassName
{
color: #4F201C;
}
</style>
background-color css
<style>
a { background-color: #4F201C; }
a { background-color: rgb(79,32,28); }
div.DivClassName
{
background-color: #4F201C;
}
.BgClassName
{
background-color: #4F201C;
}
</style>
border-color css
<style>
span { border-color: #4F201C; }
span { border-color: rgb(79,32,28); }
td.TdClassName
{
border-color: #4F201C;
}
.TagClassName
{
border-color: #4F201C;
}
</style>