Shades of Caput Mortuum #54251F
Tints of Caput Mortuum #54251F
RGB
CMYK
RGB Variations
Color information
#54251F (or 0x54251F) is known color: Caput Mortuum. HEX triplet: 54, 25 and 1F. RGB value is (84,37,31). Sum of RGB (Red+Green+Blue) = 84+37+31=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #54251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54251F is #ABDAE0. Grayscale: #323232. Windows color (decimal): -11262689 or 2041172. OLE color: 2041172.
HSL color Cylindrical-coordinate representation of color #54251F: hue angle of 6.79º 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 #54251F is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 37 | 31 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.67 |
| HSL | 6.79º | 0.46% | 0.23% | - |
| HSV(B) | 6.79º | 0.63% | 0.33% | - |
| XYZ | 4.57 | 3.31 | 1.69 | - |
| YUV | 50.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 37 | 31 | 0 | 0.56 | 0.63 | 0.67 | 6.79 | 0.46 | 0.23 |
| Hex | 54 | 25 | 1F | 0 | 38 | 3F | 43 | 7 | 2E | 17 |
| Octal | 124 | 45 | 37 | 0 | 70 | 77 | 103 | 7 | 56 | 27 |
| Binary | 1010100 | 100101 | 11111 | 0 | 111000 | 111111 | 1000011 | 111 | 101110 | 10111 |
Color Harmonies of #54251F
Complementary color
Monochromatic Colors of #54251F
Black with #54251F
Text Example
Text Example
White with #54251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54251F; }
p { color: rgb(84,37,31); }
H1.HeaderClassName
{
color: #54251F;
}
.AnyTagClassName
{
color: #54251F;
}
</style>
background-color css
<style>
a { background-color: #54251F; }
a { background-color: rgb(84,37,31); }
div.DivClassName
{
background-color: #54251F;
}
.BgClassName
{
background-color: #54251F;
}
</style>
border-color css
<style>
span { border-color: #54251F; }
span { border-color: rgb(84,37,31); }
td.TdClassName
{
border-color: #54251F;
}
.TagClassName
{
border-color: #54251F;
}
</style>