Shades of Emperor #504346
Tints of Emperor #504346
RGB
CMYK
RGB Variations
Color information
#504346 (or 0x504346) is known color: Emperor. HEX triplet: 50, 43 and 46. RGB value is (80,67,70). Sum of RGB (Red+Green+Blue) = 80+67+70=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 80 - color contains mainly: red. Hex color #504346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504346 is #AFBCB9. Grayscale: #474747. Windows color (decimal): -11517114 or 4604752. OLE color: 4604752.
HSL color Cylindrical-coordinate representation of color #504346: hue angle of 346.15º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #504346 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 67 | 70 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.69 |
| HSL | 346.15º | 0.09% | 0.29% | - |
| HSV(B) | 346.15º | 0.16% | 0.31% | - |
| XYZ | 6.42 | 6.16 | 6.65 | - |
| YUV | 71.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 70 | 0 | 0.16 | 0.12 | 0.69 | 346.15 | 0.09 | 0.29 |
| Hex | 50 | 43 | 46 | 0 | 10 | C | 45 | 15A | 9 | 1D |
| Octal | 120 | 103 | 106 | 0 | 20 | 14 | 105 | 532 | 11 | 35 |
| Binary | 1010000 | 1000011 | 1000110 | 0 | 10000 | 1100 | 1000101 | 101011010 | 1001 | 11101 |
Color Harmonies of #504346
Complementary color
Monochromatic Colors of #504346
Black with #504346
Text Example
Text Example
White with #504346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504346; }
p { color: rgb(80,67,70); }
H1.HeaderClassName
{
color: #504346;
}
.AnyTagClassName
{
color: #504346;
}
</style>
background-color css
<style>
a { background-color: #504346; }
a { background-color: rgb(80,67,70); }
div.DivClassName
{
background-color: #504346;
}
.BgClassName
{
background-color: #504346;
}
</style>
border-color css
<style>
span { border-color: #504346; }
span { border-color: rgb(80,67,70); }
td.TdClassName
{
border-color: #504346;
}
.TagClassName
{
border-color: #504346;
}
</style>