Shades of Caput Mortuum #54251E
Tints of Caput Mortuum #54251E
RGB
CMYK
RGB Variations
Color information
#54251E (or 0x54251E) is known color: Caput Mortuum. HEX triplet: 54, 25 and 1E. RGB value is (84,37,30). Sum of RGB (Red+Green+Blue) = 84+37+30=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #54251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54251E is #ABDAE1. Grayscale: #323232. Windows color (decimal): -11262690 or 1975636. OLE color: 1975636.
HSL color Cylindrical-coordinate representation of color #54251E: hue angle of 7.78º 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 #54251E is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 37 | 30 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.67 |
| HSL | 7.78º | 0.47% | 0.22% | - |
| HSV(B) | 7.78º | 0.64% | 0.33% | - |
| XYZ | 4.55 | 3.3 | 1.63 | - |
| YUV | 50.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 37 | 30 | 0 | 0.56 | 0.64 | 0.67 | 7.78 | 0.47 | 0.22 |
| Hex | 54 | 25 | 1E | 0 | 38 | 40 | 43 | 8 | 2F | 16 |
| Octal | 124 | 45 | 36 | 0 | 70 | 100 | 103 | 10 | 57 | 26 |
| Binary | 1010100 | 100101 | 11110 | 0 | 111000 | 1000000 | 1000011 | 1000 | 101111 | 10110 |
Color Harmonies of #54251E
Complementary color
Monochromatic Colors of #54251E
Black with #54251E
Text Example
Text Example
White with #54251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54251E; }
p { color: rgb(84,37,30); }
H1.HeaderClassName
{
color: #54251E;
}
.AnyTagClassName
{
color: #54251E;
}
</style>
background-color css
<style>
a { background-color: #54251E; }
a { background-color: rgb(84,37,30); }
div.DivClassName
{
background-color: #54251E;
}
.BgClassName
{
background-color: #54251E;
}
</style>
border-color css
<style>
span { border-color: #54251E; }
span { border-color: rgb(84,37,30); }
td.TdClassName
{
border-color: #54251E;
}
.TagClassName
{
border-color: #54251E;
}
</style>