Shades of Caput Mortuum #4F1B10
Tints of Caput Mortuum #4F1B10
RGB
CMYK
RGB Variations
Color information
#4F1B10 (or 0x4F1B10) is known color: Caput Mortuum. HEX triplet: 4F, 1B and 10. RGB value is (79,27,16). Sum of RGB (Red+Green+Blue) = 79+27+16=122 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.75% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1B10 is #B0E4EF. Grayscale: #292929. Windows color (decimal): -11592944 or 1055567. OLE color: 1055567.
HSL color Cylindrical-coordinate representation of color #4F1B10: hue angle of 10.48º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1B10 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 27 | 16 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.69 |
| HSL | 10.48º | 0.66% | 0.19% | - |
| HSV(B) | 10.48º | 0.8% | 0.31% | - |
| XYZ | 3.71 | 2.48 | 0.77 | - |
| YUV | 41.29 | 113.73 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 27 | 16 | 0 | 0.66 | 0.80 | 0.69 | 10.48 | 0.66 | 0.19 |
| Hex | 4F | 1B | 10 | 0 | 42 | 50 | 45 | A | 42 | 13 |
| Octal | 117 | 33 | 20 | 0 | 102 | 120 | 105 | 12 | 102 | 23 |
| Binary | 1001111 | 11011 | 10000 | 0 | 1000010 | 1010000 | 1000101 | 1010 | 1000010 | 10011 |
Color Harmonies of #4F1B10
Complementary color
Monochromatic Colors of #4F1B10
Black with #4F1B10
Text Example
Text Example
White with #4F1B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1B10; }
p { color: rgb(79,27,16); }
H1.HeaderClassName
{
color: #4F1B10;
}
.AnyTagClassName
{
color: #4F1B10;
}
</style>
background-color css
<style>
a { background-color: #4F1B10; }
a { background-color: rgb(79,27,16); }
div.DivClassName
{
background-color: #4F1B10;
}
.BgClassName
{
background-color: #4F1B10;
}
</style>
border-color css
<style>
span { border-color: #4F1B10; }
span { border-color: rgb(79,27,16); }
td.TdClassName
{
border-color: #4F1B10;
}
.TagClassName
{
border-color: #4F1B10;
}
</style>