Shades of Emperor #504344
Tints of Emperor #504344
RGB
CMYK
RGB Variations
Color information
#504344 (or 0x504344) is known color: Emperor. HEX triplet: 50, 43 and 44. RGB value is (80,67,68). Sum of RGB (Red+Green+Blue) = 80+67+68=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 80 - color contains mainly: red. Hex color #504344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504344 is #AFBCBB. Grayscale: #474747. Windows color (decimal): -11517116 or 4473680. OLE color: 4473680.
HSL color Cylindrical-coordinate representation of color #504344: hue angle of 355.38º 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 #504344 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 67 | 68 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.69 |
| HSL | 355.38º | 0.09% | 0.29% | - |
| HSV(B) | 355.38º | 0.16% | 0.31% | - |
| XYZ | 6.36 | 6.14 | 6.32 | - |
| YUV | 71 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 68 | 0 | 0.16 | 0.15 | 0.69 | 355.38 | 0.09 | 0.29 |
| Hex | 50 | 43 | 44 | 0 | 10 | F | 45 | 163 | 9 | 1D |
| Octal | 120 | 103 | 104 | 0 | 20 | 17 | 105 | 543 | 11 | 35 |
| Binary | 1010000 | 1000011 | 1000100 | 0 | 10000 | 1111 | 1000101 | 101100011 | 1001 | 11101 |
Color Harmonies of #504344
Complementary color
Monochromatic Colors of #504344
Black with #504344
Text Example
Text Example
White with #504344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504344; }
p { color: rgb(80,67,68); }
H1.HeaderClassName
{
color: #504344;
}
.AnyTagClassName
{
color: #504344;
}
</style>
background-color css
<style>
a { background-color: #504344; }
a { background-color: rgb(80,67,68); }
div.DivClassName
{
background-color: #504344;
}
.BgClassName
{
background-color: #504344;
}
</style>
border-color css
<style>
span { border-color: #504344; }
span { border-color: rgb(80,67,68); }
td.TdClassName
{
border-color: #504344;
}
.TagClassName
{
border-color: #504344;
}
</style>