Shades of Emperor #504144
Tints of Emperor #504144
RGB
CMYK
RGB Variations
Color information
#504144 (or 0x504144) is known color: Emperor. HEX triplet: 50, 41 and 44. RGB value is (80,65,68). Sum of RGB (Red+Green+Blue) = 80+65+68=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 80 - color contains mainly: red. Hex color #504144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504144 is #AFBEBB. Grayscale: #454545. Windows color (decimal): -11517628 or 4473168. OLE color: 4473168.
HSL color Cylindrical-coordinate representation of color #504144: hue angle of 348º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #504144 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 65 | 68 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.69 |
| HSL | 348º | 0.1% | 0.28% | - |
| HSV(B) | 348º | 0.19% | 0.31% | - |
| XYZ | 6.24 | 5.9 | 6.28 | - |
| YUV | 69.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 68 | 0 | 0.19 | 0.15 | 0.69 | 348 | 0.1 | 0.28 |
| Hex | 50 | 41 | 44 | 0 | 13 | F | 45 | 15C | A | 1C |
| Octal | 120 | 101 | 104 | 0 | 23 | 17 | 105 | 534 | 12 | 34 |
| Binary | 1010000 | 1000001 | 1000100 | 0 | 10011 | 1111 | 1000101 | 101011100 | 1010 | 11100 |
Color Harmonies of #504144
Complementary color
Monochromatic Colors of #504144
Black with #504144
Text Example
Text Example
White with #504144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504144; }
p { color: rgb(80,65,68); }
H1.HeaderClassName
{
color: #504144;
}
.AnyTagClassName
{
color: #504144;
}
</style>
background-color css
<style>
a { background-color: #504144; }
a { background-color: rgb(80,65,68); }
div.DivClassName
{
background-color: #504144;
}
.BgClassName
{
background-color: #504144;
}
</style>
border-color css
<style>
span { border-color: #504144; }
span { border-color: rgb(80,65,68); }
td.TdClassName
{
border-color: #504144;
}
.TagClassName
{
border-color: #504144;
}
</style>