Shades of Caput Mortuum #4C2524
Tints of Caput Mortuum #4C2524
RGB
CMYK
RGB Variations
Color information
#4C2524 (or 0x4C2524) is known color: Caput Mortuum. HEX triplet: 4C, 25 and 24. RGB value is (76,37,36). Sum of RGB (Red+Green+Blue) = 76+37+36=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2524 is #B3DADB. Grayscale: #303030. Windows color (decimal): -11786972 or 2368844. OLE color: 2368844.
HSL color Cylindrical-coordinate representation of color #4C2524: hue angle of 1.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C2524 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 37 | 36 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.70 |
| HSL | 1.5º | 0.36% | 0.22% | - |
| HSV(B) | 1.5º | 0.53% | 0.3% | - |
| XYZ | 3.96 | 2.99 | 2.04 | - |
| YUV | 48.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 37 | 36 | 0 | 0.51 | 0.53 | 0.70 | 1.5 | 0.36 | 0.22 |
| Hex | 4C | 25 | 24 | 0 | 33 | 35 | 46 | 2 | 24 | 16 |
| Octal | 114 | 45 | 44 | 0 | 63 | 65 | 106 | 2 | 44 | 26 |
| Binary | 1001100 | 100101 | 100100 | 0 | 110011 | 110101 | 1000110 | 10 | 100100 | 10110 |
Color Harmonies of #4C2524
Complementary color
Monochromatic Colors of #4C2524
Black with #4C2524
Text Example
Text Example
White with #4C2524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2524; }
p { color: rgb(76,37,36); }
H1.HeaderClassName
{
color: #4C2524;
}
.AnyTagClassName
{
color: #4C2524;
}
</style>
background-color css
<style>
a { background-color: #4C2524; }
a { background-color: rgb(76,37,36); }
div.DivClassName
{
background-color: #4C2524;
}
.BgClassName
{
background-color: #4C2524;
}
</style>
border-color css
<style>
span { border-color: #4C2524; }
span { border-color: rgb(76,37,36); }
td.TdClassName
{
border-color: #4C2524;
}
.TagClassName
{
border-color: #4C2524;
}
</style>