#504849

Color #504849 Emperor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emperor #504849

Tints of Emperor #504849

Color information

#504849 (or 0x504849) is unknown color: approx Emperor. HEX triplet: 50, 48 and 49. RGB value is (80,72,73). Sum of RGB (Red+Green+Blue) = 80+72+73=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 80 - color contains mainly: red. Hex color #504849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504849 is #AFB7B6. Grayscale: #4A4A4A. Windows color (decimal): -11515831 or 4802640. OLE color: 4802640.

HSL color Cylindrical-coordinate representation of color #504849: hue angle of 352.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #504849 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB807273-
CMYK00.100.090.69
HSL352.5º5.26%29.8%-
HSV(B)352.5º10%31.37%-
XYZ6.836.827.26-
YUV74.51127.15131.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 35.56%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=35.56%
G=32%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80727300.100.090.69352.55.2629.8
Hex5048490A94516151e
Octal12011011101211105541536
Binary101000010010001001001010101001100010110110000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504849; }

 p { color: rgb(80,72,73); }

 H1.HeaderClassName
 {
   color: #504849;
 }
 .AnyTagClassName
 {
   color: #504849;
 }
</style>
background-color css

<style>
 a { background-color: #504849; }

 a { background-color: rgb(80,72,73); }

 div.DivClassName
 {
   background-color: #504849;
 }
 .BgClassName
 {
   background-color: #504849;
 }
</style>
border-color css

<style>
 span { border-color: #504849; }

 span { border-color: rgb(80,72,73); }

 td.TdClassName
 {
   border-color: #504849;
 }
 .TagClassName
 {
   border-color: #504849;
 }
</style>