Shades of Emperor #544243
Tints of Emperor #544243
RGB
CMYK
RGB Variations
Color information
#544243 (or 0x544243) is known color: Emperor. HEX triplet: 54, 42 and 43. RGB value is (84,66,67). Sum of RGB (Red+Green+Blue) = 84+66+67=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 84 - color contains mainly: red. Hex color #544243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544243 is #ABBDBC. Grayscale: #474747. Windows color (decimal): -11255229 or 4407892. OLE color: 4407892.
HSL color Cylindrical-coordinate representation of color #544243: hue angle of 356.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #544243 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 66 | 67 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.67 |
| HSL | 356.67º | 0.12% | 0.29% | - |
| HSV(B) | 356.67º | 0.21% | 0.33% | - |
| XYZ | 6.62 | 6.19 | 6.16 | - |
| YUV | 71.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 67 | 0 | 0.21 | 0.20 | 0.67 | 356.67 | 0.12 | 0.29 |
| Hex | 54 | 42 | 43 | 0 | 15 | 14 | 43 | 165 | C | 1D |
| Octal | 124 | 102 | 103 | 0 | 25 | 24 | 103 | 545 | 14 | 35 |
| Binary | 1010100 | 1000010 | 1000011 | 0 | 10101 | 10100 | 1000011 | 101100101 | 1100 | 11101 |
Color Harmonies of #544243
Complementary color
Monochromatic Colors of #544243
Black with #544243
Text Example
Text Example
White with #544243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544243; }
p { color: rgb(84,66,67); }
H1.HeaderClassName
{
color: #544243;
}
.AnyTagClassName
{
color: #544243;
}
</style>
background-color css
<style>
a { background-color: #544243; }
a { background-color: rgb(84,66,67); }
div.DivClassName
{
background-color: #544243;
}
.BgClassName
{
background-color: #544243;
}
</style>
border-color css
<style>
span { border-color: #544243; }
span { border-color: rgb(84,66,67); }
td.TdClassName
{
border-color: #544243;
}
.TagClassName
{
border-color: #544243;
}
</style>