Shades of Caput Mortuum #54210F
Tints of Caput Mortuum #54210F
RGB
CMYK
RGB Variations
Color information
#54210F (or 0x54210F) is known color: Caput Mortuum. HEX triplet: 54, 21 and 0F. RGB value is (84,33,15). Sum of RGB (Red+Green+Blue) = 84+33+15=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #54210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54210F is #ABDEF0. Grayscale: #2E2E2E. Windows color (decimal): -11263729 or 991572. OLE color: 991572.
HSL color Cylindrical-coordinate representation of color #54210F: hue angle of 15.65º 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 #54210F is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 33 | 15 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.67 |
| HSL | 15.65º | 0.7% | 0.19% | - |
| HSV(B) | 15.65º | 0.82% | 0.33% | - |
| XYZ | 4.29 | 3.01 | 0.81 | - |
| YUV | 46.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 15 | 0 | 0.61 | 0.82 | 0.67 | 15.65 | 0.7 | 0.19 |
| Hex | 54 | 21 | F | 0 | 3D | 52 | 43 | 10 | 46 | 13 |
| Octal | 124 | 41 | 17 | 0 | 75 | 122 | 103 | 20 | 106 | 23 |
| Binary | 1010100 | 100001 | 1111 | 0 | 111101 | 1010010 | 1000011 | 10000 | 1000110 | 10011 |
Color Harmonies of #54210F
Complementary color
Monochromatic Colors of #54210F
Black with #54210F
Text Example
Text Example
White with #54210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54210F; }
p { color: rgb(84,33,15); }
H1.HeaderClassName
{
color: #54210F;
}
.AnyTagClassName
{
color: #54210F;
}
</style>
background-color css
<style>
a { background-color: #54210F; }
a { background-color: rgb(84,33,15); }
div.DivClassName
{
background-color: #54210F;
}
.BgClassName
{
background-color: #54210F;
}
</style>
border-color css
<style>
span { border-color: #54210F; }
span { border-color: rgb(84,33,15); }
td.TdClassName
{
border-color: #54210F;
}
.TagClassName
{
border-color: #54210F;
}
</style>