Shades of Emperor #543F42
Tints of Emperor #543F42
RGB
CMYK
RGB Variations
Color information
#543F42 (or 0x543F42) is known color: Emperor. HEX triplet: 54, 3F and 42. RGB value is (84,63,66). Sum of RGB (Red+Green+Blue) = 84+63+66=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 84 - color contains mainly: red. Hex color #543F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543F42 is #ABC0BD. Grayscale: #454545. Windows color (decimal): -11255998 or 4341588. OLE color: 4341588.
HSL color Cylindrical-coordinate representation of color #543F42: hue angle of 351.43º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #543F42 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 63 | 66 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.67 |
| HSL | 351.43º | 0.14% | 0.29% | - |
| HSV(B) | 351.43º | 0.25% | 0.33% | - |
| XYZ | 6.42 | 5.83 | 5.94 | - |
| YUV | 69.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 66 | 0 | 0.25 | 0.21 | 0.67 | 351.43 | 0.14 | 0.29 |
| Hex | 54 | 3F | 42 | 0 | 19 | 15 | 43 | 15F | E | 1D |
| Octal | 124 | 77 | 102 | 0 | 31 | 25 | 103 | 537 | 16 | 35 |
| Binary | 1010100 | 111111 | 1000010 | 0 | 11001 | 10101 | 1000011 | 101011111 | 1110 | 11101 |
Color Harmonies of #543F42
Complementary color
Monochromatic Colors of #543F42
Black with #543F42
Text Example
Text Example
White with #543F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543F42; }
p { color: rgb(84,63,66); }
H1.HeaderClassName
{
color: #543F42;
}
.AnyTagClassName
{
color: #543F42;
}
</style>
background-color css
<style>
a { background-color: #543F42; }
a { background-color: rgb(84,63,66); }
div.DivClassName
{
background-color: #543F42;
}
.BgClassName
{
background-color: #543F42;
}
</style>
border-color css
<style>
span { border-color: #543F42; }
span { border-color: rgb(84,63,66); }
td.TdClassName
{
border-color: #543F42;
}
.TagClassName
{
border-color: #543F42;
}
</style>