Shades of Caput Mortuum #54261C
Tints of Caput Mortuum #54261C
RGB
CMYK
RGB Variations
Color information
#54261C (or 0x54261C) is known color: Caput Mortuum. HEX triplet: 54, 26 and 1C. RGB value is (84,38,28). Sum of RGB (Red+Green+Blue) = 84+38+28=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #54261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54261C is #ABD9E3. Grayscale: #323232. Windows color (decimal): -11262436 or 1844820. OLE color: 1844820.
HSL color Cylindrical-coordinate representation of color #54261C: hue angle of 10.71º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54261C is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 38 | 28 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.67 |
| HSL | 10.71º | 0.5% | 0.22% | - |
| HSV(B) | 10.71º | 0.67% | 0.33% | - |
| XYZ | 4.56 | 3.35 | 1.51 | - |
| YUV | 50.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 28 | 0 | 0.55 | 0.67 | 0.67 | 10.71 | 0.5 | 0.22 |
| Hex | 54 | 26 | 1C | 0 | 37 | 43 | 43 | B | 32 | 16 |
| Octal | 124 | 46 | 34 | 0 | 67 | 103 | 103 | 13 | 62 | 26 |
| Binary | 1010100 | 100110 | 11100 | 0 | 110111 | 1000011 | 1000011 | 1011 | 110010 | 10110 |
Color Harmonies of #54261C
Complementary color
Monochromatic Colors of #54261C
Black with #54261C
Text Example
Text Example
White with #54261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54261C; }
p { color: rgb(84,38,28); }
H1.HeaderClassName
{
color: #54261C;
}
.AnyTagClassName
{
color: #54261C;
}
</style>
background-color css
<style>
a { background-color: #54261C; }
a { background-color: rgb(84,38,28); }
div.DivClassName
{
background-color: #54261C;
}
.BgClassName
{
background-color: #54261C;
}
</style>
border-color css
<style>
span { border-color: #54261C; }
span { border-color: rgb(84,38,28); }
td.TdClassName
{
border-color: #54261C;
}
.TagClassName
{
border-color: #54261C;
}
</style>