Shades of Emperor #504445
Tints of Emperor #504445
RGB
CMYK
RGB Variations
Color information
#504445 (or 0x504445) is known color: Emperor. HEX triplet: 50, 44 and 45. RGB value is (80,68,69). Sum of RGB (Red+Green+Blue) = 80+68+69=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 80 - color contains mainly: red. Hex color #504445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504445 is #AFBBBA. Grayscale: #474747. Windows color (decimal): -11516859 or 4539472. OLE color: 4539472.
HSL color Cylindrical-coordinate representation of color #504445: hue angle of 355º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #504445 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 68 | 69 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.69 |
| HSL | 355º | 0.08% | 0.29% | - |
| HSV(B) | 355º | 0.15% | 0.31% | - |
| XYZ | 6.45 | 6.27 | 6.5 | - |
| YUV | 71.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 69 | 0 | 0.15 | 0.14 | 0.69 | 355 | 0.08 | 0.29 |
| Hex | 50 | 44 | 45 | 0 | F | E | 45 | 163 | 8 | 1D |
| Octal | 120 | 104 | 105 | 0 | 17 | 16 | 105 | 543 | 10 | 35 |
| Binary | 1010000 | 1000100 | 1000101 | 0 | 1111 | 1110 | 1000101 | 101100011 | 1000 | 11101 |
Color Harmonies of #504445
Complementary color
Monochromatic Colors of #504445
Black with #504445
Text Example
Text Example
White with #504445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504445; }
p { color: rgb(80,68,69); }
H1.HeaderClassName
{
color: #504445;
}
.AnyTagClassName
{
color: #504445;
}
</style>
background-color css
<style>
a { background-color: #504445; }
a { background-color: rgb(80,68,69); }
div.DivClassName
{
background-color: #504445;
}
.BgClassName
{
background-color: #504445;
}
</style>
border-color css
<style>
span { border-color: #504445; }
span { border-color: rgb(80,68,69); }
td.TdClassName
{
border-color: #504445;
}
.TagClassName
{
border-color: #504445;
}
</style>