Shades of Caput Mortuum #54281F
Tints of Caput Mortuum #54281F
RGB
CMYK
RGB Variations
Color information
#54281F (or 0x54281F) is known color: Caput Mortuum. HEX triplet: 54, 28 and 1F. RGB value is (84,40,31). Sum of RGB (Red+Green+Blue) = 84+40+31=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #54281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54281F is #ABD7E0. Grayscale: #343434. Windows color (decimal): -11261921 or 2041940. OLE color: 2041940.
HSL color Cylindrical-coordinate representation of color #54281F: hue angle of 10.19º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54281F is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 40 | 31 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.67 |
| HSL | 10.19º | 0.46% | 0.23% | - |
| HSV(B) | 10.19º | 0.63% | 0.33% | - |
| XYZ | 4.66 | 3.5 | 1.73 | - |
| YUV | 52.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 31 | 0 | 0.52 | 0.63 | 0.67 | 10.19 | 0.46 | 0.23 |
| Hex | 54 | 28 | 1F | 0 | 34 | 3F | 43 | A | 2E | 17 |
| Octal | 124 | 50 | 37 | 0 | 64 | 77 | 103 | 12 | 56 | 27 |
| Binary | 1010100 | 101000 | 11111 | 0 | 110100 | 111111 | 1000011 | 1010 | 101110 | 10111 |
Color Harmonies of #54281F
Complementary color
Monochromatic Colors of #54281F
Black with #54281F
Text Example
Text Example
White with #54281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54281F; }
p { color: rgb(84,40,31); }
H1.HeaderClassName
{
color: #54281F;
}
.AnyTagClassName
{
color: #54281F;
}
</style>
background-color css
<style>
a { background-color: #54281F; }
a { background-color: rgb(84,40,31); }
div.DivClassName
{
background-color: #54281F;
}
.BgClassName
{
background-color: #54281F;
}
</style>
border-color css
<style>
span { border-color: #54281F; }
span { border-color: rgb(84,40,31); }
td.TdClassName
{
border-color: #54281F;
}
.TagClassName
{
border-color: #54281F;
}
</style>