Shades of Caput Mortuum #4E2625
Tints of Caput Mortuum #4E2625
RGB
CMYK
RGB Variations
Color information
#4E2625 (or 0x4E2625) is known color: Caput Mortuum. HEX triplet: 4E, 26 and 25. RGB value is (78,38,37). Sum of RGB (Red+Green+Blue) = 78+38+37=153 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.98% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2625 is #B1D9DA. Grayscale: #313131. Windows color (decimal): -11655643 or 2434638. OLE color: 2434638.
HSL color Cylindrical-coordinate representation of color #4E2625: hue angle of 1.46º 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 #4E2625 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 38 | 37 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.69 |
| HSL | 1.46º | 0.36% | 0.23% | - |
| HSV(B) | 1.46º | 0.53% | 0.31% | - |
| XYZ | 4.17 | 3.14 | 2.14 | - |
| YUV | 49.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 38 | 37 | 0 | 0.51 | 0.53 | 0.69 | 1.46 | 0.36 | 0.23 |
| Hex | 4E | 26 | 25 | 0 | 33 | 35 | 45 | 1 | 24 | 17 |
| Octal | 116 | 46 | 45 | 0 | 63 | 65 | 105 | 1 | 44 | 27 |
| Binary | 1001110 | 100110 | 100101 | 0 | 110011 | 110101 | 1000101 | 1 | 100100 | 10111 |
Color Harmonies of #4E2625
Complementary color
Monochromatic Colors of #4E2625
Black with #4E2625
Text Example
Text Example
White with #4E2625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2625; }
p { color: rgb(78,38,37); }
H1.HeaderClassName
{
color: #4E2625;
}
.AnyTagClassName
{
color: #4E2625;
}
</style>
background-color css
<style>
a { background-color: #4E2625; }
a { background-color: rgb(78,38,37); }
div.DivClassName
{
background-color: #4E2625;
}
.BgClassName
{
background-color: #4E2625;
}
</style>
border-color css
<style>
span { border-color: #4E2625; }
span { border-color: rgb(78,38,37); }
td.TdClassName
{
border-color: #4E2625;
}
.TagClassName
{
border-color: #4E2625;
}
</style>