#82035C

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

Shades of Eggplant #82035C

Tints of Eggplant #82035C

Color information

#82035C (or 0x82035C) is unknown color: approx Eggplant. HEX triplet: 82, 03 and 5C. RGB value is (130,3,92). Sum of RGB (Red+Green+Blue) = 130+3+92=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #82035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82035C is #7DFCA3. Grayscale: #323232. Windows color (decimal): -8256676 or 6030210. OLE color: 6030210.

HSL color Cylindrical-coordinate representation of color #82035C: hue angle of 317.95º 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 #82035C is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB130392-
CMYK00.980.290.49
HSL317.95º95.49%26.08%-
HSV(B)317.95º97.69%50.98%-
XYZ11.175.5810.61-
YUV51.12151.08184.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.78%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 92 (36.33% from 255) = 40.89%
R=57.78%
G=1.33%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13039200.980.290.49317.9595.4926.08
Hex8235C0621D3113e5f1a
Octal20231340142356147613732
Binary100000101110111000110001011101110001100111110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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