Shades of Emperor #543F43
Tints of Emperor #543F43
RGB
CMYK
RGB Variations
Color information
#543F43 (or 0x543F43) is known color: Emperor. HEX triplet: 54, 3F and 43. RGB value is (84,63,67). Sum of RGB (Red+Green+Blue) = 84+63+67=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 84 - color contains mainly: red. Hex color #543F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543F43 is #ABC0BC. Grayscale: #454545. Windows color (decimal): -11255997 or 4407124. OLE color: 4407124.
HSL color Cylindrical-coordinate representation of color #543F43: hue angle of 348.57º 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 #543F43 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 63 | 67 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.67 |
| HSL | 348.57º | 0.14% | 0.29% | - |
| HSV(B) | 348.57º | 0.25% | 0.33% | - |
| XYZ | 6.45 | 5.85 | 6.1 | - |
| YUV | 69.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 67 | 0 | 0.25 | 0.20 | 0.67 | 348.57 | 0.14 | 0.29 |
| Hex | 54 | 3F | 43 | 0 | 19 | 14 | 43 | 15D | E | 1D |
| Octal | 124 | 77 | 103 | 0 | 31 | 24 | 103 | 535 | 16 | 35 |
| Binary | 1010100 | 111111 | 1000011 | 0 | 11001 | 10100 | 1000011 | 101011101 | 1110 | 11101 |
Color Harmonies of #543F43
Complementary color
Monochromatic Colors of #543F43
Black with #543F43
Text Example
Text Example
White with #543F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543F43; }
p { color: rgb(84,63,67); }
H1.HeaderClassName
{
color: #543F43;
}
.AnyTagClassName
{
color: #543F43;
}
</style>
background-color css
<style>
a { background-color: #543F43; }
a { background-color: rgb(84,63,67); }
div.DivClassName
{
background-color: #543F43;
}
.BgClassName
{
background-color: #543F43;
}
</style>
border-color css
<style>
span { border-color: #543F43; }
span { border-color: rgb(84,63,67); }
td.TdClassName
{
border-color: #543F43;
}
.TagClassName
{
border-color: #543F43;
}
</style>