Shades of Caput Mortuum #4E251A
Tints of Caput Mortuum #4E251A
RGB
CMYK
RGB Variations
Color information
#4E251A (or 0x4E251A) is known color: Caput Mortuum. HEX triplet: 4E, 25 and 1A. RGB value is (78,37,26). Sum of RGB (Red+Green+Blue) = 78+37+26=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E251A is #B1DAE5. Grayscale: #303030. Windows color (decimal): -11655910 or 1713486. OLE color: 1713486.
HSL color Cylindrical-coordinate representation of color #4E251A: hue angle of 12.69º 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 #4E251A is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 37 | 26 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.69 |
| HSL | 12.69º | 0.5% | 0.2% | - |
| HSV(B) | 12.69º | 0.67% | 0.31% | - |
| XYZ | 3.99 | 3.02 | 1.35 | - |
| YUV | 48.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 26 | 0 | 0.53 | 0.67 | 0.69 | 12.69 | 0.5 | 0.2 |
| Hex | 4E | 25 | 1A | 0 | 35 | 43 | 45 | D | 32 | 14 |
| Octal | 116 | 45 | 32 | 0 | 65 | 103 | 105 | 15 | 62 | 24 |
| Binary | 1001110 | 100101 | 11010 | 0 | 110101 | 1000011 | 1000101 | 1101 | 110010 | 10100 |
Color Harmonies of #4E251A
Complementary color
Monochromatic Colors of #4E251A
Black with #4E251A
Text Example
Text Example
White with #4E251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E251A; }
p { color: rgb(78,37,26); }
H1.HeaderClassName
{
color: #4E251A;
}
.AnyTagClassName
{
color: #4E251A;
}
</style>
background-color css
<style>
a { background-color: #4E251A; }
a { background-color: rgb(78,37,26); }
div.DivClassName
{
background-color: #4E251A;
}
.BgClassName
{
background-color: #4E251A;
}
</style>
border-color css
<style>
span { border-color: #4E251A; }
span { border-color: rgb(78,37,26); }
td.TdClassName
{
border-color: #4E251A;
}
.TagClassName
{
border-color: #4E251A;
}
</style>