Shades of Emperor #504849
Tints of Emperor #504849
RGB
CMYK
RGB Variations
Color information
#504849 (or 0x504849) is known color: Emperor. HEX triplet: 50, 48 and 49. RGB value is (80,72,73). Sum of RGB (Red+Green+Blue) = 80+72+73=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 80 - color contains mainly: red. Hex color #504849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504849 is #AFB7B6. Grayscale: #4A4A4A. Windows color (decimal): -11515831 or 4802640. OLE color: 4802640.
HSL color Cylindrical-coordinate representation of color #504849: hue angle of 352.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #504849 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 72 | 73 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.69 |
| HSL | 352.5º | 0.05% | 0.3% | - |
| HSV(B) | 352.5º | 0.1% | 0.31% | - |
| XYZ | 6.83 | 6.82 | 7.26 | - |
| YUV | 74.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 73 | 0 | 0.10 | 0.09 | 0.69 | 352.5 | 0.05 | 0.3 |
| Hex | 50 | 48 | 49 | 0 | A | 9 | 45 | 160 | 5 | 1E |
| Octal | 120 | 110 | 111 | 0 | 12 | 11 | 105 | 540 | 5 | 36 |
| Binary | 1010000 | 1001000 | 1001001 | 0 | 1010 | 1001 | 1000101 | 101100000 | 101 | 11110 |
Color Harmonies of #504849
Complementary color
Monochromatic Colors of #504849
Black with #504849
Text Example
Text Example
White with #504849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504849; }
p { color: rgb(80,72,73); }
H1.HeaderClassName
{
color: #504849;
}
.AnyTagClassName
{
color: #504849;
}
</style>
background-color css
<style>
a { background-color: #504849; }
a { background-color: rgb(80,72,73); }
div.DivClassName
{
background-color: #504849;
}
.BgClassName
{
background-color: #504849;
}
</style>
border-color css
<style>
span { border-color: #504849; }
span { border-color: rgb(80,72,73); }
td.TdClassName
{
border-color: #504849;
}
.TagClassName
{
border-color: #504849;
}
</style>