Shades of Caput Mortuum #4C1E1A
Tints of Caput Mortuum #4C1E1A
RGB
CMYK
RGB Variations
Color information
#4C1E1A (or 0x4C1E1A) is known color: Caput Mortuum. HEX triplet: 4C, 1E and 1A. RGB value is (76,30,26). Sum of RGB (Red+Green+Blue) = 76+30+26=132 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.58% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1E1A is #B3E1E5. Grayscale: #2B2B2B. Windows color (decimal): -11788774 or 1711692. OLE color: 1711692.
HSL color Cylindrical-coordinate representation of color #4C1E1A: hue angle of 4.8º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C1E1A is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 30 | 26 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.70 |
| HSL | 4.8º | 0.49% | 0.2% | - |
| HSV(B) | 4.8º | 0.66% | 0.3% | - |
| XYZ | 3.63 | 2.54 | 1.28 | - |
| YUV | 43.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 30 | 26 | 0 | 0.61 | 0.66 | 0.70 | 4.8 | 0.49 | 0.2 |
| Hex | 4C | 1E | 1A | 0 | 3D | 42 | 46 | 5 | 31 | 14 |
| Octal | 114 | 36 | 32 | 0 | 75 | 102 | 106 | 5 | 61 | 24 |
| Binary | 1001100 | 11110 | 11010 | 0 | 111101 | 1000010 | 1000110 | 101 | 110001 | 10100 |
Color Harmonies of #4C1E1A
Complementary color
Monochromatic Colors of #4C1E1A
Black with #4C1E1A
Text Example
Text Example
White with #4C1E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1E1A; }
p { color: rgb(76,30,26); }
H1.HeaderClassName
{
color: #4C1E1A;
}
.AnyTagClassName
{
color: #4C1E1A;
}
</style>
background-color css
<style>
a { background-color: #4C1E1A; }
a { background-color: rgb(76,30,26); }
div.DivClassName
{
background-color: #4C1E1A;
}
.BgClassName
{
background-color: #4C1E1A;
}
</style>
border-color css
<style>
span { border-color: #4C1E1A; }
span { border-color: rgb(76,30,26); }
td.TdClassName
{
border-color: #4C1E1A;
}
.TagClassName
{
border-color: #4C1E1A;
}
</style>