#804376

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

Shades of Eminence #804376

Tints of Eminence #804376

Color information

#804376 (or 0x804376) is unknown color: approx Eminence. HEX triplet: 80, 43 and 76. RGB value is (128,67,118). Sum of RGB (Red+Green+Blue) = 128+67+118=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 128 - color contains mainly: red. Hex color #804376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804376 is #7FBC89. Grayscale: #5A5A5A. Windows color (decimal): -8371338 or 7750528. OLE color: 7750528.

HSL color Cylindrical-coordinate representation of color #804376: hue angle of 309.84º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804376 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB12867118-
CMYK00.480.080.50
HSL309.84º31.28%38.24%-
HSV(B)309.84º47.66%50.2%-
XYZ14.189.9118.31-
YUV91.05143.21154.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.89%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=40.89%
G=21.41%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286711800.480.080.50309.8431.2838.24
Hex8043760308321361f26
Octal20010316606010624663746
Binary10000000100001111101100110000100011001010011011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804376; }

 p { color: rgb(128,67,118); }

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

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

 a { background-color: rgb(128,67,118); }

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

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

 span { border-color: rgb(128,67,118); }

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