Shades of Caput Mortuum #54221A
Tints of Caput Mortuum #54221A
RGB
CMYK
RGB Variations
Color information
#54221A (or 0x54221A) is known color: Caput Mortuum. HEX triplet: 54, 22 and 1A. RGB value is (84,34,26). Sum of RGB (Red+Green+Blue) = 84+34+26=144 (19% of max value = 765). Red value is 84 (33.20% from 255 or 58.33% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 84 - color contains mainly: red. Hex color #54221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54221A is #ABDDE5. Grayscale: #303030. Windows color (decimal): -11263462 or 1712724. OLE color: 1712724.
HSL color Cylindrical-coordinate representation of color #54221A: hue angle of 8.28º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54221A is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 34 | 26 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.67 |
| HSL | 8.28º | 0.53% | 0.22% | - |
| HSV(B) | 8.28º | 0.69% | 0.33% | - |
| XYZ | 4.41 | 3.1 | 1.34 | - |
| YUV | 48.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 26 | 0 | 0.60 | 0.69 | 0.67 | 8.28 | 0.53 | 0.22 |
| Hex | 54 | 22 | 1A | 0 | 3C | 45 | 43 | 8 | 35 | 16 |
| Octal | 124 | 42 | 32 | 0 | 74 | 105 | 103 | 10 | 65 | 26 |
| Binary | 1010100 | 100010 | 11010 | 0 | 111100 | 1000101 | 1000011 | 1000 | 110101 | 10110 |
Color Harmonies of #54221A
Complementary color
Monochromatic Colors of #54221A
Black with #54221A
Text Example
Text Example
White with #54221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54221A; }
p { color: rgb(84,34,26); }
H1.HeaderClassName
{
color: #54221A;
}
.AnyTagClassName
{
color: #54221A;
}
</style>
background-color css
<style>
a { background-color: #54221A; }
a { background-color: rgb(84,34,26); }
div.DivClassName
{
background-color: #54221A;
}
.BgClassName
{
background-color: #54221A;
}
</style>
border-color css
<style>
span { border-color: #54221A; }
span { border-color: rgb(84,34,26); }
td.TdClassName
{
border-color: #54221A;
}
.TagClassName
{
border-color: #54221A;
}
</style>