Shades of Caput Mortuum #4E221A
Tints of Caput Mortuum #4E221A
RGB
CMYK
RGB Variations
Color information
#4E221A (or 0x4E221A) is known color: Caput Mortuum. HEX triplet: 4E, 22 and 1A. RGB value is (78,34,26). Sum of RGB (Red+Green+Blue) = 78+34+26=138 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.52% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 78 - color contains mainly: red. Hex color #4E221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E221A is #B1DDE5. Grayscale: #2E2E2E. Windows color (decimal): -11656678 or 1712718. OLE color: 1712718.
HSL color Cylindrical-coordinate representation of color #4E221A: hue angle of 9.23º 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 #4E221A is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 34 | 26 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.69 |
| HSL | 9.23º | 0.5% | 0.2% | - |
| HSV(B) | 9.23º | 0.67% | 0.31% | - |
| XYZ | 3.9 | 2.84 | 1.32 | - |
| YUV | 46.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 34 | 26 | 0 | 0.56 | 0.67 | 0.69 | 9.23 | 0.5 | 0.2 |
| Hex | 4E | 22 | 1A | 0 | 38 | 43 | 45 | 9 | 32 | 14 |
| Octal | 116 | 42 | 32 | 0 | 70 | 103 | 105 | 11 | 62 | 24 |
| Binary | 1001110 | 100010 | 11010 | 0 | 111000 | 1000011 | 1000101 | 1001 | 110010 | 10100 |
Color Harmonies of #4E221A
Complementary color
Monochromatic Colors of #4E221A
Black with #4E221A
Text Example
Text Example
White with #4E221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E221A; }
p { color: rgb(78,34,26); }
H1.HeaderClassName
{
color: #4E221A;
}
.AnyTagClassName
{
color: #4E221A;
}
</style>
background-color css
<style>
a { background-color: #4E221A; }
a { background-color: rgb(78,34,26); }
div.DivClassName
{
background-color: #4E221A;
}
.BgClassName
{
background-color: #4E221A;
}
</style>
border-color css
<style>
span { border-color: #4E221A; }
span { border-color: rgb(78,34,26); }
td.TdClassName
{
border-color: #4E221A;
}
.TagClassName
{
border-color: #4E221A;
}
</style>