Shades of Emperor #543E43
Tints of Emperor #543E43
RGB
CMYK
RGB Variations
Color information
#543E43 (or 0x543E43) is known color: Emperor. HEX triplet: 54, 3E and 43. RGB value is (84,62,67). Sum of RGB (Red+Green+Blue) = 84+62+67=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 84 - color contains mainly: red. Hex color #543E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543E43 is #ABC1BC. Grayscale: #454545. Windows color (decimal): -11256253 or 4406868. OLE color: 4406868.
HSL color Cylindrical-coordinate representation of color #543E43: hue angle of 346.36º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #543E43 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 62 | 67 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.67 |
| HSL | 346.36º | 0.15% | 0.29% | - |
| HSV(B) | 346.36º | 0.26% | 0.33% | - |
| XYZ | 6.39 | 5.74 | 6.08 | - |
| YUV | 69.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 67 | 0 | 0.26 | 0.20 | 0.67 | 346.36 | 0.15 | 0.29 |
| Hex | 54 | 3E | 43 | 0 | 1A | 14 | 43 | 15A | F | 1D |
| Octal | 124 | 76 | 103 | 0 | 32 | 24 | 103 | 532 | 17 | 35 |
| Binary | 1010100 | 111110 | 1000011 | 0 | 11010 | 10100 | 1000011 | 101011010 | 1111 | 11101 |
Color Harmonies of #543E43
Complementary color
Monochromatic Colors of #543E43
Black with #543E43
Text Example
Text Example
White with #543E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543E43; }
p { color: rgb(84,62,67); }
H1.HeaderClassName
{
color: #543E43;
}
.AnyTagClassName
{
color: #543E43;
}
</style>
background-color css
<style>
a { background-color: #543E43; }
a { background-color: rgb(84,62,67); }
div.DivClassName
{
background-color: #543E43;
}
.BgClassName
{
background-color: #543E43;
}
</style>
border-color css
<style>
span { border-color: #543E43; }
span { border-color: rgb(84,62,67); }
td.TdClassName
{
border-color: #543E43;
}
.TagClassName
{
border-color: #543E43;
}
</style>