Shades of Caput Mortuum #54261E
Tints of Caput Mortuum #54261E
RGB
CMYK
RGB Variations
Color information
#54261E (or 0x54261E) is known color: Caput Mortuum. HEX triplet: 54, 26 and 1E. RGB value is (84,38,30). Sum of RGB (Red+Green+Blue) = 84+38+30=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #54261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54261E is #ABD9E1. Grayscale: #323232. Windows color (decimal): -11262434 or 1975892. OLE color: 1975892.
HSL color Cylindrical-coordinate representation of color #54261E: hue angle of 8.89º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54261E is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 38 | 30 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.67 |
| HSL | 8.89º | 0.47% | 0.22% | - |
| HSV(B) | 8.89º | 0.64% | 0.33% | - |
| XYZ | 4.58 | 3.36 | 1.64 | - |
| YUV | 50.84 | 116.24 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 30 | 0 | 0.55 | 0.64 | 0.67 | 8.89 | 0.47 | 0.22 |
| Hex | 54 | 26 | 1E | 0 | 37 | 40 | 43 | 9 | 2F | 16 |
| Octal | 124 | 46 | 36 | 0 | 67 | 100 | 103 | 11 | 57 | 26 |
| Binary | 1010100 | 100110 | 11110 | 0 | 110111 | 1000000 | 1000011 | 1001 | 101111 | 10110 |
Color Harmonies of #54261E
Complementary color
Monochromatic Colors of #54261E
Black with #54261E
Text Example
Text Example
White with #54261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54261E; }
p { color: rgb(84,38,30); }
H1.HeaderClassName
{
color: #54261E;
}
.AnyTagClassName
{
color: #54261E;
}
</style>
background-color css
<style>
a { background-color: #54261E; }
a { background-color: rgb(84,38,30); }
div.DivClassName
{
background-color: #54261E;
}
.BgClassName
{
background-color: #54261E;
}
</style>
border-color css
<style>
span { border-color: #54261E; }
span { border-color: rgb(84,38,30); }
td.TdClassName
{
border-color: #54261E;
}
.TagClassName
{
border-color: #54261E;
}
</style>