Shades of Caput Mortuum #4F2625
Tints of Caput Mortuum #4F2625
RGB
CMYK
RGB Variations
Color information
#4F2625 (or 0x4F2625) is known color: Caput Mortuum. HEX triplet: 4F, 26 and 25. RGB value is (79,38,37). Sum of RGB (Red+Green+Blue) = 79+38+37=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2625 is #B0D9DA. Grayscale: #323232. Windows color (decimal): -11590107 or 2434639. OLE color: 2434639.
HSL color Cylindrical-coordinate representation of color #4F2625: hue angle of 1.43º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F2625 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 38 | 37 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.69 |
| HSL | 1.43º | 0.36% | 0.23% | - |
| HSV(B) | 1.43º | 0.53% | 0.31% | - |
| XYZ | 4.25 | 3.18 | 2.14 | - |
| YUV | 50.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 37 | 0 | 0.52 | 0.53 | 0.69 | 1.43 | 0.36 | 0.23 |
| Hex | 4F | 26 | 25 | 0 | 34 | 35 | 45 | 1 | 24 | 17 |
| Octal | 117 | 46 | 45 | 0 | 64 | 65 | 105 | 1 | 44 | 27 |
| Binary | 1001111 | 100110 | 100101 | 0 | 110100 | 110101 | 1000101 | 1 | 100100 | 10111 |
Color Harmonies of #4F2625
Complementary color
Monochromatic Colors of #4F2625
Black with #4F2625
Text Example
Text Example
White with #4F2625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2625; }
p { color: rgb(79,38,37); }
H1.HeaderClassName
{
color: #4F2625;
}
.AnyTagClassName
{
color: #4F2625;
}
</style>
background-color css
<style>
a { background-color: #4F2625; }
a { background-color: rgb(79,38,37); }
div.DivClassName
{
background-color: #4F2625;
}
.BgClassName
{
background-color: #4F2625;
}
</style>
border-color css
<style>
span { border-color: #4F2625; }
span { border-color: rgb(79,38,37); }
td.TdClassName
{
border-color: #4F2625;
}
.TagClassName
{
border-color: #4F2625;
}
</style>