#824074

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

Shades of Eminence #824074

Tints of Eminence #824074

Color information

#824074 (or 0x824074) is unknown color: approx Eminence. HEX triplet: 82, 40 and 74. RGB value is (130,64,116). Sum of RGB (Red+Green+Blue) = 130+64+116=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #824074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824074 is #7DBF8B. Grayscale: #595959. Windows color (decimal): -8241036 or 7618690. OLE color: 7618690.

HSL color Cylindrical-coordinate representation of color #824074: hue angle of 312.73º 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 #824074 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB13064116-
CMYK00.510.110.49
HSL312.73º34.02%38.04%-
HSV(B)312.73º50.77%50.98%-
XYZ14.199.6717.64-
YUV89.66142.87156.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 64 (25.39% from 255) = 20.65%
BLUE value IS 116 (45.70% from 255) = 37.42%
R=41.94%
G=20.65%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306411600.510.110.49312.7334.0238.04
Hex824074033B311392226
Octal20210016406313614714246
Binary100000101000000111010001100111011110001100111001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824074; }

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

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

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

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

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

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

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

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