Shades of Emperor #503F43
Tints of Emperor #503F43
RGB
CMYK
RGB Variations
Color information
#503F43 (or 0x503F43) is known color: Emperor. HEX triplet: 50, 3F and 43. RGB value is (80,63,67). Sum of RGB (Red+Green+Blue) = 80+63+67=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #503F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F43 is #AFC0BC. Grayscale: #444444. Windows color (decimal): -11518141 or 4407120. OLE color: 4407120.
HSL color Cylindrical-coordinate representation of color #503F43: hue angle of 345.88º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #503F43 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 67 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.69 |
| HSL | 345.88º | 0.12% | 0.28% | - |
| HSV(B) | 345.88º | 0.21% | 0.31% | - |
| XYZ | 6.1 | 5.67 | 6.08 | - |
| YUV | 68.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 67 | 0 | 0.21 | 0.16 | 0.69 | 345.88 | 0.12 | 0.28 |
| Hex | 50 | 3F | 43 | 0 | 15 | 10 | 45 | 15A | C | 1C |
| Octal | 120 | 77 | 103 | 0 | 25 | 20 | 105 | 532 | 14 | 34 |
| Binary | 1010000 | 111111 | 1000011 | 0 | 10101 | 10000 | 1000101 | 101011010 | 1100 | 11100 |
Color Harmonies of #503F43
Complementary color
Monochromatic Colors of #503F43
Black with #503F43
Text Example
Text Example
White with #503F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F43; }
p { color: rgb(80,63,67); }
H1.HeaderClassName
{
color: #503F43;
}
.AnyTagClassName
{
color: #503F43;
}
</style>
background-color css
<style>
a { background-color: #503F43; }
a { background-color: rgb(80,63,67); }
div.DivClassName
{
background-color: #503F43;
}
.BgClassName
{
background-color: #503F43;
}
</style>
border-color css
<style>
span { border-color: #503F43; }
span { border-color: rgb(80,63,67); }
td.TdClassName
{
border-color: #503F43;
}
.TagClassName
{
border-color: #503F43;
}
</style>