Shades of Caput Mortuum #4E231C
Tints of Caput Mortuum #4E231C
RGB
CMYK
RGB Variations
Color information
#4E231C (or 0x4E231C) is known color: Caput Mortuum. HEX triplet: 4E, 23 and 1C. RGB value is (78,35,28). Sum of RGB (Red+Green+Blue) = 78+35+28=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E231C is #B1DCE3. Grayscale: #2F2F2F. Windows color (decimal): -11656420 or 1844046. OLE color: 1844046.
HSL color Cylindrical-coordinate representation of color #4E231C: hue angle of 8.4º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E231C is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 35 | 28 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.69 |
| HSL | 8.4º | 0.47% | 0.21% | - |
| HSV(B) | 8.4º | 0.64% | 0.31% | - |
| XYZ | 3.95 | 2.91 | 1.45 | - |
| YUV | 47.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 28 | 0 | 0.55 | 0.64 | 0.69 | 8.4 | 0.47 | 0.21 |
| Hex | 4E | 23 | 1C | 0 | 37 | 40 | 45 | 8 | 2F | 15 |
| Octal | 116 | 43 | 34 | 0 | 67 | 100 | 105 | 10 | 57 | 25 |
| Binary | 1001110 | 100011 | 11100 | 0 | 110111 | 1000000 | 1000101 | 1000 | 101111 | 10101 |
Color Harmonies of #4E231C
Complementary color
Monochromatic Colors of #4E231C
Black with #4E231C
Text Example
Text Example
White with #4E231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E231C; }
p { color: rgb(78,35,28); }
H1.HeaderClassName
{
color: #4E231C;
}
.AnyTagClassName
{
color: #4E231C;
}
</style>
background-color css
<style>
a { background-color: #4E231C; }
a { background-color: rgb(78,35,28); }
div.DivClassName
{
background-color: #4E231C;
}
.BgClassName
{
background-color: #4E231C;
}
</style>
border-color css
<style>
span { border-color: #4E231C; }
span { border-color: rgb(78,35,28); }
td.TdClassName
{
border-color: #4E231C;
}
.TagClassName
{
border-color: #4E231C;
}
</style>