Shades of Caput Mortuum #4C241D
Tints of Caput Mortuum #4C241D
RGB
CMYK
RGB Variations
Color information
#4C241D (or 0x4C241D) is known color: Caput Mortuum. HEX triplet: 4C, 24 and 1D. RGB value is (76,36,29). Sum of RGB (Red+Green+Blue) = 76+36+29=141 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.90% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 76 - color contains mainly: red. Hex color #4C241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C241D is #B3DBE2. Grayscale: #2F2F2F. Windows color (decimal): -11787235 or 1909836. OLE color: 1909836.
HSL color Cylindrical-coordinate representation of color #4C241D: hue angle of 8.94º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C241D is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 36 | 29 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.70 |
| HSL | 8.94º | 0.45% | 0.21% | - |
| HSV(B) | 8.94º | 0.62% | 0.3% | - |
| XYZ | 3.83 | 2.89 | 1.52 | - |
| YUV | 47.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 29 | 0 | 0.53 | 0.62 | 0.70 | 8.94 | 0.45 | 0.21 |
| Hex | 4C | 24 | 1D | 0 | 35 | 3E | 46 | 9 | 2D | 15 |
| Octal | 114 | 44 | 35 | 0 | 65 | 76 | 106 | 11 | 55 | 25 |
| Binary | 1001100 | 100100 | 11101 | 0 | 110101 | 111110 | 1000110 | 1001 | 101101 | 10101 |
Color Harmonies of #4C241D
Complementary color
Monochromatic Colors of #4C241D
Black with #4C241D
Text Example
Text Example
White with #4C241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C241D; }
p { color: rgb(76,36,29); }
H1.HeaderClassName
{
color: #4C241D;
}
.AnyTagClassName
{
color: #4C241D;
}
</style>
background-color css
<style>
a { background-color: #4C241D; }
a { background-color: rgb(76,36,29); }
div.DivClassName
{
background-color: #4C241D;
}
.BgClassName
{
background-color: #4C241D;
}
</style>
border-color css
<style>
span { border-color: #4C241D; }
span { border-color: rgb(76,36,29); }
td.TdClassName
{
border-color: #4C241D;
}
.TagClassName
{
border-color: #4C241D;
}
</style>