Shades of Caput Mortuum #54261D
Tints of Caput Mortuum #54261D
RGB
CMYK
RGB Variations
Color information
#54261D (or 0x54261D) is known color: Caput Mortuum. HEX triplet: 54, 26 and 1D. RGB value is (84,38,29). Sum of RGB (Red+Green+Blue) = 84+38+29=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #54261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54261D is #ABD9E2. Grayscale: #323232. Windows color (decimal): -11262435 or 1910356. OLE color: 1910356.
HSL color Cylindrical-coordinate representation of color #54261D: hue angle of 9.82º 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 #54261D is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 38 | 29 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.67 |
| HSL | 9.82º | 0.49% | 0.22% | - |
| HSV(B) | 9.82º | 0.65% | 0.33% | - |
| XYZ | 4.57 | 3.36 | 1.57 | - |
| YUV | 50.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 29 | 0 | 0.55 | 0.65 | 0.67 | 9.82 | 0.49 | 0.22 |
| Hex | 54 | 26 | 1D | 0 | 37 | 41 | 43 | A | 31 | 16 |
| Octal | 124 | 46 | 35 | 0 | 67 | 101 | 103 | 12 | 61 | 26 |
| Binary | 1010100 | 100110 | 11101 | 0 | 110111 | 1000001 | 1000011 | 1010 | 110001 | 10110 |
Color Harmonies of #54261D
Complementary color
Monochromatic Colors of #54261D
Black with #54261D
Text Example
Text Example
White with #54261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54261D; }
p { color: rgb(84,38,29); }
H1.HeaderClassName
{
color: #54261D;
}
.AnyTagClassName
{
color: #54261D;
}
</style>
background-color css
<style>
a { background-color: #54261D; }
a { background-color: rgb(84,38,29); }
div.DivClassName
{
background-color: #54261D;
}
.BgClassName
{
background-color: #54261D;
}
</style>
border-color css
<style>
span { border-color: #54261D; }
span { border-color: rgb(84,38,29); }
td.TdClassName
{
border-color: #54261D;
}
.TagClassName
{
border-color: #54261D;
}
</style>