Shades of Caput Mortuum #54211D
Tints of Caput Mortuum #54211D
RGB
CMYK
RGB Variations
Color information
#54211D (or 0x54211D) is known color: Caput Mortuum. HEX triplet: 54, 21 and 1D. RGB value is (84,33,29). Sum of RGB (Red+Green+Blue) = 84+33+29=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #54211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54211D is #ABDEE2. Grayscale: #2F2F2F. Windows color (decimal): -11263715 or 1909076. OLE color: 1909076.
HSL color Cylindrical-coordinate representation of color #54211D: hue angle of 4.36º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54211D is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 33 | 29 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.67 |
| HSL | 4.36º | 0.49% | 0.22% | - |
| HSV(B) | 4.36º | 0.65% | 0.33% | - |
| XYZ | 4.42 | 3.06 | 1.52 | - |
| YUV | 47.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 29 | 0 | 0.61 | 0.65 | 0.67 | 4.36 | 0.49 | 0.22 |
| Hex | 54 | 21 | 1D | 0 | 3D | 41 | 43 | 4 | 31 | 16 |
| Octal | 124 | 41 | 35 | 0 | 75 | 101 | 103 | 4 | 61 | 26 |
| Binary | 1010100 | 100001 | 11101 | 0 | 111101 | 1000001 | 1000011 | 100 | 110001 | 10110 |
Color Harmonies of #54211D
Complementary color
Monochromatic Colors of #54211D
Black with #54211D
Text Example
Text Example
White with #54211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54211D; }
p { color: rgb(84,33,29); }
H1.HeaderClassName
{
color: #54211D;
}
.AnyTagClassName
{
color: #54211D;
}
</style>
background-color css
<style>
a { background-color: #54211D; }
a { background-color: rgb(84,33,29); }
div.DivClassName
{
background-color: #54211D;
}
.BgClassName
{
background-color: #54211D;
}
</style>
border-color css
<style>
span { border-color: #54211D; }
span { border-color: rgb(84,33,29); }
td.TdClassName
{
border-color: #54211D;
}
.TagClassName
{
border-color: #54211D;
}
</style>