Shades of Caput Mortuum #4C241B
Tints of Caput Mortuum #4C241B
RGB
CMYK
RGB Variations
Color information
#4C241B (or 0x4C241B) is known color: Caput Mortuum. HEX triplet: 4C, 24 and 1B. RGB value is (76,36,27). Sum of RGB (Red+Green+Blue) = 76+36+27=139 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.68% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 76 - color contains mainly: red. Hex color #4C241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C241B is #B3DBE4. Grayscale: #2F2F2F. Windows color (decimal): -11787237 or 1778764. OLE color: 1778764.
HSL color Cylindrical-coordinate representation of color #4C241B: hue angle of 11.02º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C241B is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 36 | 27 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.70 |
| HSL | 11.02º | 0.48% | 0.2% | - |
| HSV(B) | 11.02º | 0.64% | 0.3% | - |
| XYZ | 3.81 | 2.88 | 1.39 | - |
| YUV | 46.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 27 | 0 | 0.53 | 0.64 | 0.70 | 11.02 | 0.48 | 0.2 |
| Hex | 4C | 24 | 1B | 0 | 35 | 40 | 46 | B | 30 | 14 |
| Octal | 114 | 44 | 33 | 0 | 65 | 100 | 106 | 13 | 60 | 24 |
| Binary | 1001100 | 100100 | 11011 | 0 | 110101 | 1000000 | 1000110 | 1011 | 110000 | 10100 |
Color Harmonies of #4C241B
Complementary color
Monochromatic Colors of #4C241B
Black with #4C241B
Text Example
Text Example
White with #4C241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C241B; }
p { color: rgb(76,36,27); }
H1.HeaderClassName
{
color: #4C241B;
}
.AnyTagClassName
{
color: #4C241B;
}
</style>
background-color css
<style>
a { background-color: #4C241B; }
a { background-color: rgb(76,36,27); }
div.DivClassName
{
background-color: #4C241B;
}
.BgClassName
{
background-color: #4C241B;
}
</style>
border-color css
<style>
span { border-color: #4C241B; }
span { border-color: rgb(76,36,27); }
td.TdClassName
{
border-color: #4C241B;
}
.TagClassName
{
border-color: #4C241B;
}
</style>