Shades of Caput Mortuum #4C231A
Tints of Caput Mortuum #4C231A
RGB
CMYK
RGB Variations
Color information
#4C231A (or 0x4C231A) is known color: Caput Mortuum. HEX triplet: 4C, 23 and 1A. RGB value is (76,35,26). Sum of RGB (Red+Green+Blue) = 76+35+26=137 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.47% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 76 - color contains mainly: red. Hex color #4C231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C231A is #B3DCE5. Grayscale: #2E2E2E. Windows color (decimal): -11787494 or 1712972. OLE color: 1712972.
HSL color Cylindrical-coordinate representation of color #4C231A: hue angle of 10.8º 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 #4C231A is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 35 | 26 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.70 |
| HSL | 10.8º | 0.49% | 0.2% | - |
| HSV(B) | 10.8º | 0.66% | 0.3% | - |
| XYZ | 3.77 | 2.81 | 1.32 | - |
| YUV | 46.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 35 | 26 | 0 | 0.54 | 0.66 | 0.70 | 10.8 | 0.49 | 0.2 |
| Hex | 4C | 23 | 1A | 0 | 36 | 42 | 46 | B | 31 | 14 |
| Octal | 114 | 43 | 32 | 0 | 66 | 102 | 106 | 13 | 61 | 24 |
| Binary | 1001100 | 100011 | 11010 | 0 | 110110 | 1000010 | 1000110 | 1011 | 110001 | 10100 |
Color Harmonies of #4C231A
Complementary color
Monochromatic Colors of #4C231A
Black with #4C231A
Text Example
Text Example
White with #4C231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C231A; }
p { color: rgb(76,35,26); }
H1.HeaderClassName
{
color: #4C231A;
}
.AnyTagClassName
{
color: #4C231A;
}
</style>
background-color css
<style>
a { background-color: #4C231A; }
a { background-color: rgb(76,35,26); }
div.DivClassName
{
background-color: #4C231A;
}
.BgClassName
{
background-color: #4C231A;
}
</style>
border-color css
<style>
span { border-color: #4C231A; }
span { border-color: rgb(76,35,26); }
td.TdClassName
{
border-color: #4C231A;
}
.TagClassName
{
border-color: #4C231A;
}
</style>