Shades of Caput Mortuum #54231F
Tints of Caput Mortuum #54231F
RGB
CMYK
RGB Variations
Color information
#54231F (or 0x54231F) is known color: Caput Mortuum. HEX triplet: 54, 23 and 1F. RGB value is (84,35,31). Sum of RGB (Red+Green+Blue) = 84+35+31=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #54231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54231F is #ABDCE0. Grayscale: #313131. Windows color (decimal): -11263201 or 2040660. OLE color: 2040660.
HSL color Cylindrical-coordinate representation of color #54231F: hue angle of 4.53º 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 #54231F is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 35 | 31 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.67 |
| HSL | 4.53º | 0.46% | 0.23% | - |
| HSV(B) | 4.53º | 0.63% | 0.33% | - |
| XYZ | 4.5 | 3.19 | 1.67 | - |
| YUV | 49.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 35 | 31 | 0 | 0.58 | 0.63 | 0.67 | 4.53 | 0.46 | 0.23 |
| Hex | 54 | 23 | 1F | 0 | 3A | 3F | 43 | 5 | 2E | 17 |
| Octal | 124 | 43 | 37 | 0 | 72 | 77 | 103 | 5 | 56 | 27 |
| Binary | 1010100 | 100011 | 11111 | 0 | 111010 | 111111 | 1000011 | 101 | 101110 | 10111 |
Color Harmonies of #54231F
Complementary color
Monochromatic Colors of #54231F
Black with #54231F
Text Example
Text Example
White with #54231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54231F; }
p { color: rgb(84,35,31); }
H1.HeaderClassName
{
color: #54231F;
}
.AnyTagClassName
{
color: #54231F;
}
</style>
background-color css
<style>
a { background-color: #54231F; }
a { background-color: rgb(84,35,31); }
div.DivClassName
{
background-color: #54231F;
}
.BgClassName
{
background-color: #54231F;
}
</style>
border-color css
<style>
span { border-color: #54231F; }
span { border-color: rgb(84,35,31); }
td.TdClassName
{
border-color: #54231F;
}
.TagClassName
{
border-color: #54231F;
}
</style>