#504344

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

Shades of Emperor #504344

Tints of Emperor #504344

Color information

#504344 (or 0x504344) is unknown color: approx 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

RGB806768-
CMYK00.160.150.69
HSL355.38º8.84%28.82%-
HSV(B)355.38º16.25%31.37%-
XYZ6.366.146.32-
YUV71126.31134.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 67 (26.56% from 255) = 31.16%
BLUE value IS 68 (26.95% from 255) = 31.63%
R=37.21%
G=31.16%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80676800.160.150.69355.388.8428.82
Hex504344010F4516391d
Octal120103104020171055431135
Binary10100001000011100010001000011111000101101100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>