Shades of Emperor #534849
Tints of Emperor #534849
RGB
CMYK
RGB Variations
Color information
#534849 (or 0x534849) is known color: Emperor. HEX triplet: 53, 48 and 49. RGB value is (83,72,73). Sum of RGB (Red+Green+Blue) = 83+72+73=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #534849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534849 is #ACB7B6. Grayscale: #4B4B4B. Windows color (decimal): -11319223 or 4802643. OLE color: 4802643.
HSL color Cylindrical-coordinate representation of color #534849: hue angle of 354.55º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #534849 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 72 | 73 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.67 |
| HSL | 354.55º | 0.07% | 0.3% | - |
| HSV(B) | 354.55º | 0.13% | 0.33% | - |
| XYZ | 7.09 | 6.95 | 7.27 | - |
| YUV | 75.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 73 | 0 | 0.13 | 0.12 | 0.67 | 354.55 | 0.07 | 0.3 |
| Hex | 53 | 48 | 49 | 0 | D | C | 43 | 163 | 7 | 1E |
| Octal | 123 | 110 | 111 | 0 | 15 | 14 | 103 | 543 | 7 | 36 |
| Binary | 1010011 | 1001000 | 1001001 | 0 | 1101 | 1100 | 1000011 | 101100011 | 111 | 11110 |
Color Harmonies of #534849
Complementary color
Monochromatic Colors of #534849
Black with #534849
Text Example
Text Example
White with #534849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534849; }
p { color: rgb(83,72,73); }
H1.HeaderClassName
{
color: #534849;
}
.AnyTagClassName
{
color: #534849;
}
</style>
background-color css
<style>
a { background-color: #534849; }
a { background-color: rgb(83,72,73); }
div.DivClassName
{
background-color: #534849;
}
.BgClassName
{
background-color: #534849;
}
</style>
border-color css
<style>
span { border-color: #534849; }
span { border-color: rgb(83,72,73); }
td.TdClassName
{
border-color: #534849;
}
.TagClassName
{
border-color: #534849;
}
</style>