Shades of Caput Mortuum #4F231A
Tints of Caput Mortuum #4F231A
RGB
CMYK
RGB Variations
Color information
#4F231A (or 0x4F231A) is known color: Caput Mortuum. HEX triplet: 4F, 23 and 1A. RGB value is (79,35,26). Sum of RGB (Red+Green+Blue) = 79+35+26=140 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.43% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 79 - color contains mainly: red. Hex color #4F231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F231A is #B0DCE5. Grayscale: #2F2F2F. Windows color (decimal): -11590886 or 1712975. OLE color: 1712975.
HSL color Cylindrical-coordinate representation of color #4F231A: hue angle of 10.19º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F231A is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 35 | 26 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.69 |
| HSL | 10.19º | 0.5% | 0.21% | - |
| HSV(B) | 10.19º | 0.67% | 0.31% | - |
| XYZ | 4.01 | 2.94 | 1.33 | - |
| YUV | 47.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 35 | 26 | 0 | 0.56 | 0.67 | 0.69 | 10.19 | 0.5 | 0.21 |
| Hex | 4F | 23 | 1A | 0 | 38 | 43 | 45 | A | 32 | 15 |
| Octal | 117 | 43 | 32 | 0 | 70 | 103 | 105 | 12 | 62 | 25 |
| Binary | 1001111 | 100011 | 11010 | 0 | 111000 | 1000011 | 1000101 | 1010 | 110010 | 10101 |
Color Harmonies of #4F231A
Complementary color
Monochromatic Colors of #4F231A
Black with #4F231A
Text Example
Text Example
White with #4F231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F231A; }
p { color: rgb(79,35,26); }
H1.HeaderClassName
{
color: #4F231A;
}
.AnyTagClassName
{
color: #4F231A;
}
</style>
background-color css
<style>
a { background-color: #4F231A; }
a { background-color: rgb(79,35,26); }
div.DivClassName
{
background-color: #4F231A;
}
.BgClassName
{
background-color: #4F231A;
}
</style>
border-color css
<style>
span { border-color: #4F231A; }
span { border-color: rgb(79,35,26); }
td.TdClassName
{
border-color: #4F231A;
}
.TagClassName
{
border-color: #4F231A;
}
</style>