Shades of Caput Mortuum #54291B
Tints of Caput Mortuum #54291B
RGB
CMYK
RGB Variations
Color information
#54291B (or 0x54291B) is known color: Caput Mortuum. HEX triplet: 54, 29 and 1B. RGB value is (84,41,27). Sum of RGB (Red+Green+Blue) = 84+41+27=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #54291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54291B is #ABD6E4. Grayscale: #343434. Windows color (decimal): -11261669 or 1780052. OLE color: 1780052.
HSL color Cylindrical-coordinate representation of color #54291B: hue angle of 14.74º 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 #54291B is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 41 | 27 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.67 |
| HSL | 14.74º | 0.51% | 0.22% | - |
| HSV(B) | 14.74º | 0.68% | 0.33% | - |
| XYZ | 4.65 | 3.55 | 1.48 | - |
| YUV | 52.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 41 | 27 | 0 | 0.51 | 0.68 | 0.67 | 14.74 | 0.51 | 0.22 |
| Hex | 54 | 29 | 1B | 0 | 33 | 44 | 43 | F | 33 | 16 |
| Octal | 124 | 51 | 33 | 0 | 63 | 104 | 103 | 17 | 63 | 26 |
| Binary | 1010100 | 101001 | 11011 | 0 | 110011 | 1000100 | 1000011 | 1111 | 110011 | 10110 |
Color Harmonies of #54291B
Complementary color
Monochromatic Colors of #54291B
Black with #54291B
Text Example
Text Example
White with #54291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54291B; }
p { color: rgb(84,41,27); }
H1.HeaderClassName
{
color: #54291B;
}
.AnyTagClassName
{
color: #54291B;
}
</style>
background-color css
<style>
a { background-color: #54291B; }
a { background-color: rgb(84,41,27); }
div.DivClassName
{
background-color: #54291B;
}
.BgClassName
{
background-color: #54291B;
}
</style>
border-color css
<style>
span { border-color: #54291B; }
span { border-color: rgb(84,41,27); }
td.TdClassName
{
border-color: #54291B;
}
.TagClassName
{
border-color: #54291B;
}
</style>