Shades of Emperor #504649
Tints of Emperor #504649
RGB
CMYK
RGB Variations
Color information
#504649 (or 0x504649) is known color: Emperor. HEX triplet: 50, 46 and 49. RGB value is (80,70,73). Sum of RGB (Red+Green+Blue) = 80+70+73=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 80 - color contains mainly: red. Hex color #504649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504649 is #AFB9B6. Grayscale: #494949. Windows color (decimal): -11516343 or 4802128. OLE color: 4802128.
HSL color Cylindrical-coordinate representation of color #504649: hue angle of 342º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #504649 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 70 | 73 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.69 |
| HSL | 342º | 0.07% | 0.29% | - |
| HSV(B) | 342º | 0.13% | 0.31% | - |
| XYZ | 6.7 | 6.57 | 7.22 | - |
| YUV | 73.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 73 | 0 | 0.12 | 0.09 | 0.69 | 342 | 0.07 | 0.29 |
| Hex | 50 | 46 | 49 | 0 | C | 9 | 45 | 156 | 7 | 1D |
| Octal | 120 | 106 | 111 | 0 | 14 | 11 | 105 | 526 | 7 | 35 |
| Binary | 1010000 | 1000110 | 1001001 | 0 | 1100 | 1001 | 1000101 | 101010110 | 111 | 11101 |
Color Harmonies of #504649
Complementary color
Monochromatic Colors of #504649
Black with #504649
Text Example
Text Example
White with #504649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504649; }
p { color: rgb(80,70,73); }
H1.HeaderClassName
{
color: #504649;
}
.AnyTagClassName
{
color: #504649;
}
</style>
background-color css
<style>
a { background-color: #504649; }
a { background-color: rgb(80,70,73); }
div.DivClassName
{
background-color: #504649;
}
.BgClassName
{
background-color: #504649;
}
</style>
border-color css
<style>
span { border-color: #504649; }
span { border-color: rgb(80,70,73); }
td.TdClassName
{
border-color: #504649;
}
.TagClassName
{
border-color: #504649;
}
</style>