Shades of Caput Mortuum #4E251C
Tints of Caput Mortuum #4E251C
RGB
CMYK
RGB Variations
Color information
#4E251C (or 0x4E251C) is known color: Caput Mortuum. HEX triplet: 4E, 25 and 1C. RGB value is (78,37,28). Sum of RGB (Red+Green+Blue) = 78+37+28=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E251C is #B1DAE3. Grayscale: #303030. Windows color (decimal): -11655908 or 1844558. OLE color: 1844558.
HSL color Cylindrical-coordinate representation of color #4E251C: hue angle of 10.8º 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 #4E251C is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 37 | 28 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.69 |
| HSL | 10.8º | 0.47% | 0.21% | - |
| HSV(B) | 10.8º | 0.64% | 0.31% | - |
| XYZ | 4.01 | 3.03 | 1.47 | - |
| YUV | 48.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 28 | 0 | 0.53 | 0.64 | 0.69 | 10.8 | 0.47 | 0.21 |
| Hex | 4E | 25 | 1C | 0 | 35 | 40 | 45 | B | 2F | 15 |
| Octal | 116 | 45 | 34 | 0 | 65 | 100 | 105 | 13 | 57 | 25 |
| Binary | 1001110 | 100101 | 11100 | 0 | 110101 | 1000000 | 1000101 | 1011 | 101111 | 10101 |
Color Harmonies of #4E251C
Complementary color
Monochromatic Colors of #4E251C
Black with #4E251C
Text Example
Text Example
White with #4E251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E251C; }
p { color: rgb(78,37,28); }
H1.HeaderClassName
{
color: #4E251C;
}
.AnyTagClassName
{
color: #4E251C;
}
</style>
background-color css
<style>
a { background-color: #4E251C; }
a { background-color: rgb(78,37,28); }
div.DivClassName
{
background-color: #4E251C;
}
.BgClassName
{
background-color: #4E251C;
}
</style>
border-color css
<style>
span { border-color: #4E251C; }
span { border-color: rgb(78,37,28); }
td.TdClassName
{
border-color: #4E251C;
}
.TagClassName
{
border-color: #4E251C;
}
</style>