#504448

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

Shades of Emperor #504448

Tints of Emperor #504448

Color information

#504448 (or 0x504448) is unknown color: approx Emperor. HEX triplet: 50, 44 and 48. RGB value is (80,68,72). Sum of RGB (Red+Green+Blue) = 80+68+72=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 80 - color contains mainly: red. Hex color #504448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504448 is #AFBBB7. Grayscale: #484848. Windows color (decimal): -11516856 or 4736080. OLE color: 4736080.

HSL color Cylindrical-coordinate representation of color #504448: hue angle of 340º 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 #504448 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB806872-
CMYK00.150.100.69
HSL340º8.11%29.02%-
HSV(B)340º15%31.37%-
XYZ6.556.317-
YUV72.04127.98133.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 72 (28.52% from 255) = 32.73%
R=36.36%
G=30.91%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80687200.150.100.693408.1129.02
Hex5044480FA4515481d
Octal120104110017121055241035
Binary1010000100010010010000111110101000101101010100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504448; }

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

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

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

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

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

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

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

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