Shades of Caput Mortuum #4C201A
Tints of Caput Mortuum #4C201A
RGB
CMYK
RGB Variations
Color information
#4C201A (or 0x4C201A) is known color: Caput Mortuum. HEX triplet: 4C, 20 and 1A. RGB value is (76,32,26). Sum of RGB (Red+Green+Blue) = 76+32+26=134 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.72% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 76 - color contains mainly: red. Hex color #4C201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C201A is #B3DFE5. Grayscale: #2C2C2C. Windows color (decimal): -11788262 or 1712204. OLE color: 1712204.
HSL color Cylindrical-coordinate representation of color #4C201A: hue angle of 7.2º 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 #4C201A is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 32 | 26 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.70 |
| HSL | 7.2º | 0.49% | 0.2% | - |
| HSV(B) | 7.2º | 0.66% | 0.3% | - |
| XYZ | 3.68 | 2.64 | 1.29 | - |
| YUV | 44.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 26 | 0 | 0.58 | 0.66 | 0.70 | 7.2 | 0.49 | 0.2 |
| Hex | 4C | 20 | 1A | 0 | 3A | 42 | 46 | 7 | 31 | 14 |
| Octal | 114 | 40 | 32 | 0 | 72 | 102 | 106 | 7 | 61 | 24 |
| Binary | 1001100 | 100000 | 11010 | 0 | 111010 | 1000010 | 1000110 | 111 | 110001 | 10100 |
Color Harmonies of #4C201A
Complementary color
Monochromatic Colors of #4C201A
Black with #4C201A
Text Example
Text Example
White with #4C201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C201A; }
p { color: rgb(76,32,26); }
H1.HeaderClassName
{
color: #4C201A;
}
.AnyTagClassName
{
color: #4C201A;
}
</style>
background-color css
<style>
a { background-color: #4C201A; }
a { background-color: rgb(76,32,26); }
div.DivClassName
{
background-color: #4C201A;
}
.BgClassName
{
background-color: #4C201A;
}
</style>
border-color css
<style>
span { border-color: #4C201A; }
span { border-color: rgb(76,32,26); }
td.TdClassName
{
border-color: #4C201A;
}
.TagClassName
{
border-color: #4C201A;
}
</style>