#82035E

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

Shades of Eggplant #82035E

Tints of Eggplant #82035E

Color information

#82035E (or 0x82035E) is unknown color: approx Eggplant. HEX triplet: 82, 03 and 5E. RGB value is (130,3,94). Sum of RGB (Red+Green+Blue) = 130+3+94=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #82035E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82035E is #7DFCA1. Grayscale: #333333. Windows color (decimal): -8256674 or 6161282. OLE color: 6161282.

HSL color Cylindrical-coordinate representation of color #82035E: hue angle of 317.01º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82035E is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB130394-
CMYK00.980.280.49
HSL317.01º95.49%26.08%-
HSV(B)317.01º97.69%50.98%-
XYZ11.265.6211.08-
YUV51.35152.08184.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=57.27%
G=1.32%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13039400.980.280.49317.0195.4926.08
Hex8235E0621C3113d5f1a
Octal20231360142346147513732
Binary100000101110111100110001011100110001100111101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82035E; }

 p { color: rgb(130,3,94); }

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

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

 a { background-color: rgb(130,3,94); }

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

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

 span { border-color: rgb(130,3,94); }

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