Shades of Caput Mortuum #541C0C
Tints of Caput Mortuum #541C0C
RGB
CMYK
RGB Variations
Color information
#541C0C (or 0x541C0C) is known color: Caput Mortuum. HEX triplet: 54, 1C and 0C. RGB value is (84,28,12). Sum of RGB (Red+Green+Blue) = 84+28+12=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #541C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541C0C is #ABE3F3. Grayscale: #2B2B2B. Windows color (decimal): -11265012 or 793684. OLE color: 793684.
HSL color Cylindrical-coordinate representation of color #541C0C: hue angle of 13.33º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541C0C is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 28 | 12 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.67 |
| HSL | 13.33º | 0.75% | 0.19% | - |
| HSV(B) | 13.33º | 0.86% | 0.33% | - |
| XYZ | 4.14 | 2.74 | 0.66 | - |
| YUV | 42.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 12 | 0 | 0.67 | 0.86 | 0.67 | 13.33 | 0.75 | 0.19 |
| Hex | 54 | 1C | C | 0 | 43 | 56 | 43 | D | 4B | 13 |
| Octal | 124 | 34 | 14 | 0 | 103 | 126 | 103 | 15 | 113 | 23 |
| Binary | 1010100 | 11100 | 1100 | 0 | 1000011 | 1010110 | 1000011 | 1101 | 1001011 | 10011 |
Color Harmonies of #541C0C
Complementary color
Monochromatic Colors of #541C0C
Black with #541C0C
Text Example
Text Example
White with #541C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541C0C; }
p { color: rgb(84,28,12); }
H1.HeaderClassName
{
color: #541C0C;
}
.AnyTagClassName
{
color: #541C0C;
}
</style>
background-color css
<style>
a { background-color: #541C0C; }
a { background-color: rgb(84,28,12); }
div.DivClassName
{
background-color: #541C0C;
}
.BgClassName
{
background-color: #541C0C;
}
</style>
border-color css
<style>
span { border-color: #541C0C; }
span { border-color: rgb(84,28,12); }
td.TdClassName
{
border-color: #541C0C;
}
.TagClassName
{
border-color: #541C0C;
}
</style>