Shades of Emperor #533E43
Tints of Emperor #533E43
RGB
CMYK
RGB Variations
Color information
#533E43 (or 0x533E43) is known color: Emperor. HEX triplet: 53, 3E and 43. RGB value is (83,62,67). Sum of RGB (Red+Green+Blue) = 83+62+67=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #533E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E43 is #ACC1BC. Grayscale: #444444. Windows color (decimal): -11321789 or 4406867. OLE color: 4406867.
HSL color Cylindrical-coordinate representation of color #533E43: hue angle of 345.71º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #533E43 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 67 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.67 |
| HSL | 345.71º | 0.14% | 0.28% | - |
| HSV(B) | 345.71º | 0.25% | 0.33% | - |
| XYZ | 6.3 | 5.69 | 6.08 | - |
| YUV | 68.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 67 | 0 | 0.25 | 0.19 | 0.67 | 345.71 | 0.14 | 0.28 |
| Hex | 53 | 3E | 43 | 0 | 19 | 13 | 43 | 15A | E | 1C |
| Octal | 123 | 76 | 103 | 0 | 31 | 23 | 103 | 532 | 16 | 34 |
| Binary | 1010011 | 111110 | 1000011 | 0 | 11001 | 10011 | 1000011 | 101011010 | 1110 | 11100 |
Color Harmonies of #533E43
Complementary color
Monochromatic Colors of #533E43
Black with #533E43
Text Example
Text Example
White with #533E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E43; }
p { color: rgb(83,62,67); }
H1.HeaderClassName
{
color: #533E43;
}
.AnyTagClassName
{
color: #533E43;
}
</style>
background-color css
<style>
a { background-color: #533E43; }
a { background-color: rgb(83,62,67); }
div.DivClassName
{
background-color: #533E43;
}
.BgClassName
{
background-color: #533E43;
}
</style>
border-color css
<style>
span { border-color: #533E43; }
span { border-color: rgb(83,62,67); }
td.TdClassName
{
border-color: #533E43;
}
.TagClassName
{
border-color: #533E43;
}
</style>