Shades of Caput Mortuum #4E231A
Tints of Caput Mortuum #4E231A
RGB
CMYK
RGB Variations
Color information
#4E231A (or 0x4E231A) is known color: Caput Mortuum. HEX triplet: 4E, 23 and 1A. RGB value is (78,35,26). Sum of RGB (Red+Green+Blue) = 78+35+26=139 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.12% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 78 - color contains mainly: red. Hex color #4E231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E231A is #B1DCE5. Grayscale: #2E2E2E. Windows color (decimal): -11656422 or 1712974. OLE color: 1712974.
HSL color Cylindrical-coordinate representation of color #4E231A: hue angle of 10.38º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E231A is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 35 | 26 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.69 |
| HSL | 10.38º | 0.5% | 0.2% | - |
| HSV(B) | 10.38º | 0.67% | 0.31% | - |
| XYZ | 3.93 | 2.9 | 1.33 | - |
| YUV | 46.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 26 | 0 | 0.55 | 0.67 | 0.69 | 10.38 | 0.5 | 0.2 |
| Hex | 4E | 23 | 1A | 0 | 37 | 43 | 45 | A | 32 | 14 |
| Octal | 116 | 43 | 32 | 0 | 67 | 103 | 105 | 12 | 62 | 24 |
| Binary | 1001110 | 100011 | 11010 | 0 | 110111 | 1000011 | 1000101 | 1010 | 110010 | 10100 |
Color Harmonies of #4E231A
Complementary color
Monochromatic Colors of #4E231A
Black with #4E231A
Text Example
Text Example
White with #4E231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E231A; }
p { color: rgb(78,35,26); }
H1.HeaderClassName
{
color: #4E231A;
}
.AnyTagClassName
{
color: #4E231A;
}
</style>
background-color css
<style>
a { background-color: #4E231A; }
a { background-color: rgb(78,35,26); }
div.DivClassName
{
background-color: #4E231A;
}
.BgClassName
{
background-color: #4E231A;
}
</style>
border-color css
<style>
span { border-color: #4E231A; }
span { border-color: rgb(78,35,26); }
td.TdClassName
{
border-color: #4E231A;
}
.TagClassName
{
border-color: #4E231A;
}
</style>