#840750

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

Shades of Eggplant #840750

Tints of Eggplant #840750

Color information

#840750 (or 0x840750) is unknown color: approx Eggplant. HEX triplet: 84, 07 and 50. RGB value is (132,7,80). Sum of RGB (Red+Green+Blue) = 132+7+80=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #840750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840750 is #7BF8AF. Grayscale: #343434. Windows color (decimal): -8124592 or 5244804. OLE color: 5244804.

HSL color Cylindrical-coordinate representation of color #840750: hue angle of 324.96º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840750 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB132780-
CMYK00.950.390.48
HSL324.96º89.93%27.25%-
HSV(B)324.96º94.7%51.76%-
XYZ11.045.648.1-
YUV52.7143.41184.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.27%
GREEN value IS 7 (3.12% from 255) = 3.20%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=60.27%
G=3.20%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13278000.950.390.48324.9689.9327.25
Hex8475005F27301455a1b
Octal20471200137476050513233
Binary10000100111101000001011111100111110000101000101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840750; }

 p { color: rgb(132,7,80); }

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

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

 a { background-color: rgb(132,7,80); }

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

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

 span { border-color: rgb(132,7,80); }

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