Shades of Caput Mortuum #541D0F
Tints of Caput Mortuum #541D0F
RGB
CMYK
RGB Variations
Color information
#541D0F (or 0x541D0F) is known color: Caput Mortuum. HEX triplet: 54, 1D and 0F. RGB value is (84,29,15). Sum of RGB (Red+Green+Blue) = 84+29+15=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #541D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541D0F is #ABE2F0. Grayscale: #2B2B2B. Windows color (decimal): -11264753 or 990548. OLE color: 990548.
HSL color Cylindrical-coordinate representation of color #541D0F: hue angle of 12.17º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #541D0F is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 29 | 15 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.67 |
| HSL | 12.17º | 0.7% | 0.19% | - |
| HSV(B) | 12.17º | 0.82% | 0.33% | - |
| XYZ | 4.18 | 2.8 | 0.77 | - |
| YUV | 43.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 15 | 0 | 0.65 | 0.82 | 0.67 | 12.17 | 0.7 | 0.19 |
| Hex | 54 | 1D | F | 0 | 41 | 52 | 43 | C | 46 | 13 |
| Octal | 124 | 35 | 17 | 0 | 101 | 122 | 103 | 14 | 106 | 23 |
| Binary | 1010100 | 11101 | 1111 | 0 | 1000001 | 1010010 | 1000011 | 1100 | 1000110 | 10011 |
Color Harmonies of #541D0F
Complementary color
Monochromatic Colors of #541D0F
Black with #541D0F
Text Example
Text Example
White with #541D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D0F; }
p { color: rgb(84,29,15); }
H1.HeaderClassName
{
color: #541D0F;
}
.AnyTagClassName
{
color: #541D0F;
}
</style>
background-color css
<style>
a { background-color: #541D0F; }
a { background-color: rgb(84,29,15); }
div.DivClassName
{
background-color: #541D0F;
}
.BgClassName
{
background-color: #541D0F;
}
</style>
border-color css
<style>
span { border-color: #541D0F; }
span { border-color: rgb(84,29,15); }
td.TdClassName
{
border-color: #541D0F;
}
.TagClassName
{
border-color: #541D0F;
}
</style>