#840C5E

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

Shades of Eggplant #840C5E

Tints of Eggplant #840C5E

Color information

#840C5E (or 0x840C5E) is unknown color: approx Eggplant. HEX triplet: 84, 0C and 5E. RGB value is (132,12,94). Sum of RGB (Red+Green+Blue) = 132+12+94=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #840C5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840C5E is #7BF3A1. Grayscale: #393939. Windows color (decimal): -8123298 or 6163588. OLE color: 6163588.

HSL color Cylindrical-coordinate representation of color #840C5E: hue angle of 319º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #840C5E is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1321294-
CMYK00.910.290.48
HSL319º83.33%28.24%-
HSV(B)319º90.91%51.76%-
XYZ11.675.9811.13-
YUV57.23148.76181.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.46%
GREEN value IS 12 (5.08% from 255) = 5.04%
BLUE value IS 94 (37.11% from 255) = 39.50%
R=55.46%
G=5.04%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132129400.910.290.4831983.3328.24
Hex84C5E05B1D3013f531c
Octal204141360133356047712334
Binary10000100110010111100101101111101110000100111111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840C5E; }

 p { color: rgb(132,12,94); }

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

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

 a { background-color: rgb(132,12,94); }

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

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

 span { border-color: rgb(132,12,94); }

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