Shades of Caput Mortuum #54261F
Tints of Caput Mortuum #54261F
RGB
CMYK
RGB Variations
Color information
#54261F (or 0x54261F) is known color: Caput Mortuum. HEX triplet: 54, 26 and 1F. RGB value is (84,38,31). Sum of RGB (Red+Green+Blue) = 84+38+31=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #54261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54261F is #ABD9E0. Grayscale: #333333. Windows color (decimal): -11262433 or 2041428. OLE color: 2041428.
HSL color Cylindrical-coordinate representation of color #54261F: hue angle of 7.92º 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 #54261F is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 38 | 31 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.67 |
| HSL | 7.92º | 0.46% | 0.23% | - |
| HSV(B) | 7.92º | 0.63% | 0.33% | - |
| XYZ | 4.6 | 3.37 | 1.7 | - |
| YUV | 50.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 31 | 0 | 0.55 | 0.63 | 0.67 | 7.92 | 0.46 | 0.23 |
| Hex | 54 | 26 | 1F | 0 | 37 | 3F | 43 | 8 | 2E | 17 |
| Octal | 124 | 46 | 37 | 0 | 67 | 77 | 103 | 10 | 56 | 27 |
| Binary | 1010100 | 100110 | 11111 | 0 | 110111 | 111111 | 1000011 | 1000 | 101110 | 10111 |
Color Harmonies of #54261F
Complementary color
Monochromatic Colors of #54261F
Black with #54261F
Text Example
Text Example
White with #54261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54261F; }
p { color: rgb(84,38,31); }
H1.HeaderClassName
{
color: #54261F;
}
.AnyTagClassName
{
color: #54261F;
}
</style>
background-color css
<style>
a { background-color: #54261F; }
a { background-color: rgb(84,38,31); }
div.DivClassName
{
background-color: #54261F;
}
.BgClassName
{
background-color: #54261F;
}
</style>
border-color css
<style>
span { border-color: #54261F; }
span { border-color: rgb(84,38,31); }
td.TdClassName
{
border-color: #54261F;
}
.TagClassName
{
border-color: #54261F;
}
</style>