Shades of Caput Mortuum #4F2823
Tints of Caput Mortuum #4F2823
RGB
CMYK
RGB Variations
Color information
#4F2823 (or 0x4F2823) is known color: Caput Mortuum. HEX triplet: 4F, 28 and 23. RGB value is (79,40,35). Sum of RGB (Red+Green+Blue) = 79+40+35=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2823 is #B0D7DC. Grayscale: #333333. Windows color (decimal): -11589597 or 2304079. OLE color: 2304079.
HSL color Cylindrical-coordinate representation of color #4F2823: hue angle of 6.82º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F2823 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 40 | 35 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.69 |
| HSL | 6.82º | 0.39% | 0.22% | - |
| HSV(B) | 6.82º | 0.56% | 0.31% | - |
| XYZ | 4.29 | 3.3 | 2 | - |
| YUV | 51.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 35 | 0 | 0.49 | 0.56 | 0.69 | 6.82 | 0.39 | 0.22 |
| Hex | 4F | 28 | 23 | 0 | 31 | 38 | 45 | 7 | 27 | 16 |
| Octal | 117 | 50 | 43 | 0 | 61 | 70 | 105 | 7 | 47 | 26 |
| Binary | 1001111 | 101000 | 100011 | 0 | 110001 | 111000 | 1000101 | 111 | 100111 | 10110 |
Color Harmonies of #4F2823
Complementary color
Monochromatic Colors of #4F2823
Black with #4F2823
Text Example
Text Example
White with #4F2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2823; }
p { color: rgb(79,40,35); }
H1.HeaderClassName
{
color: #4F2823;
}
.AnyTagClassName
{
color: #4F2823;
}
</style>
background-color css
<style>
a { background-color: #4F2823; }
a { background-color: rgb(79,40,35); }
div.DivClassName
{
background-color: #4F2823;
}
.BgClassName
{
background-color: #4F2823;
}
</style>
border-color css
<style>
span { border-color: #4F2823; }
span { border-color: rgb(79,40,35); }
td.TdClassName
{
border-color: #4F2823;
}
.TagClassName
{
border-color: #4F2823;
}
</style>