#840D5B

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

Shades of Eggplant #840D5B

Tints of Eggplant #840D5B

Color information

#840D5B (or 0x840D5B) is unknown color: approx Eggplant. HEX triplet: 84, 0D and 5B. RGB value is (132,13,91). Sum of RGB (Red+Green+Blue) = 132+13+91=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #840D5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D5B is #7BF2A4. Grayscale: #393939. Windows color (decimal): -8123045 or 5967236. OLE color: 5967236.

HSL color Cylindrical-coordinate representation of color #840D5B: hue angle of 320.67º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D5B is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB1321391-
CMYK00.900.310.48
HSL320.67º82.07%28.43%-
HSV(B)320.67º90.15%51.76%-
XYZ11.555.9510.44-
YUV57.47146.92181.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.93%
GREEN value IS 13 (5.47% from 255) = 5.51%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=55.93%
G=5.51%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132139100.900.310.48320.6782.0728.43
Hex84D5B05A1F30141521c
Octal204151330132376050112234
Binary10000100110110110110101101011111110000101000001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,13,91); }

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

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

 a { background-color: rgb(132,13,91); }

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

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

 span { border-color: rgb(132,13,91); }

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