Shades of Caput Mortuum #4C251C
Tints of Caput Mortuum #4C251C
RGB
CMYK
RGB Variations
Color information
#4C251C (or 0x4C251C) is known color: Caput Mortuum. HEX triplet: 4C, 25 and 1C. RGB value is (76,37,28). Sum of RGB (Red+Green+Blue) = 76+37+28=141 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.90% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 76 - color contains mainly: red. Hex color #4C251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C251C is #B3DAE3. Grayscale: #2F2F2F. Windows color (decimal): -11786980 or 1844556. OLE color: 1844556.
HSL color Cylindrical-coordinate representation of color #4C251C: hue angle of 11.25º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C251C is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 37 | 28 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.70 |
| HSL | 11.25º | 0.46% | 0.2% | - |
| HSV(B) | 11.25º | 0.63% | 0.3% | - |
| XYZ | 3.85 | 2.94 | 1.46 | - |
| YUV | 47.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 37 | 28 | 0 | 0.51 | 0.63 | 0.70 | 11.25 | 0.46 | 0.2 |
| Hex | 4C | 25 | 1C | 0 | 33 | 3F | 46 | B | 2E | 14 |
| Octal | 114 | 45 | 34 | 0 | 63 | 77 | 106 | 13 | 56 | 24 |
| Binary | 1001100 | 100101 | 11100 | 0 | 110011 | 111111 | 1000110 | 1011 | 101110 | 10100 |
Color Harmonies of #4C251C
Complementary color
Monochromatic Colors of #4C251C
Black with #4C251C
Text Example
Text Example
White with #4C251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C251C; }
p { color: rgb(76,37,28); }
H1.HeaderClassName
{
color: #4C251C;
}
.AnyTagClassName
{
color: #4C251C;
}
</style>
background-color css
<style>
a { background-color: #4C251C; }
a { background-color: rgb(76,37,28); }
div.DivClassName
{
background-color: #4C251C;
}
.BgClassName
{
background-color: #4C251C;
}
</style>
border-color css
<style>
span { border-color: #4C251C; }
span { border-color: rgb(76,37,28); }
td.TdClassName
{
border-color: #4C251C;
}
.TagClassName
{
border-color: #4C251C;
}
</style>