Shades of Caput Mortuum #54251B
Tints of Caput Mortuum #54251B
RGB
CMYK
RGB Variations
Color information
#54251B (or 0x54251B) is known color: Caput Mortuum. HEX triplet: 54, 25 and 1B. RGB value is (84,37,27). Sum of RGB (Red+Green+Blue) = 84+37+27=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #54251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54251B is #ABDAE4. Grayscale: #323232. Windows color (decimal): -11262693 or 1779028. OLE color: 1779028.
HSL color Cylindrical-coordinate representation of color #54251B: hue angle of 10.53º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54251B is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 37 | 27 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.67 |
| HSL | 10.53º | 0.51% | 0.22% | - |
| HSV(B) | 10.53º | 0.68% | 0.33% | - |
| XYZ | 4.52 | 3.29 | 1.43 | - |
| YUV | 49.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 37 | 27 | 0 | 0.56 | 0.68 | 0.67 | 10.53 | 0.51 | 0.22 |
| Hex | 54 | 25 | 1B | 0 | 38 | 44 | 43 | B | 33 | 16 |
| Octal | 124 | 45 | 33 | 0 | 70 | 104 | 103 | 13 | 63 | 26 |
| Binary | 1010100 | 100101 | 11011 | 0 | 111000 | 1000100 | 1000011 | 1011 | 110011 | 10110 |
Color Harmonies of #54251B
Complementary color
Monochromatic Colors of #54251B
Black with #54251B
Text Example
Text Example
White with #54251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54251B; }
p { color: rgb(84,37,27); }
H1.HeaderClassName
{
color: #54251B;
}
.AnyTagClassName
{
color: #54251B;
}
</style>
background-color css
<style>
a { background-color: #54251B; }
a { background-color: rgb(84,37,27); }
div.DivClassName
{
background-color: #54251B;
}
.BgClassName
{
background-color: #54251B;
}
</style>
border-color css
<style>
span { border-color: #54251B; }
span { border-color: rgb(84,37,27); }
td.TdClassName
{
border-color: #54251B;
}
.TagClassName
{
border-color: #54251B;
}
</style>