#824076

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

Shades of Eminence #824076

Tints of Eminence #824076

Color information

#824076 (or 0x824076) is unknown color: approx Eminence. HEX triplet: 82, 40 and 76. RGB value is (130,64,118). Sum of RGB (Red+Green+Blue) = 130+64+118=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #824076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824076 is #7DBF89. Grayscale: #595959. Windows color (decimal): -8241034 or 7749762. OLE color: 7749762.

HSL color Cylindrical-coordinate representation of color #824076: hue angle of 310.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #824076 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB13064118-
CMYK00.510.090.49
HSL310.91º34.02%38.04%-
HSV(B)310.91º50.77%50.98%-
XYZ14.319.7218.26-
YUV89.89143.87156.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 64 (25.39% from 255) = 20.51%
BLUE value IS 118 (46.48% from 255) = 37.82%
R=41.67%
G=20.51%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306411800.510.090.49310.9134.0238.04
Hex8240760339311372226
Octal20210016606311614674246
Binary100000101000000111011001100111001110001100110111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824076; }

 p { color: rgb(130,64,118); }

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

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

 a { background-color: rgb(130,64,118); }

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

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

 span { border-color: rgb(130,64,118); }

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