#840B5B

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

Shades of Eggplant #840B5B

Tints of Eggplant #840B5B

Color information

#840B5B (or 0x840B5B) is unknown color: approx Eggplant. HEX triplet: 84, 0B and 5B. RGB value is (132,11,91). Sum of RGB (Red+Green+Blue) = 132+11+91=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #840B5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840B5B is #7BF4A4. Grayscale: #383838. Windows color (decimal): -8123557 or 5966724. OLE color: 5966724.

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

Color convert

RGB1321191-
CMYK00.920.310.48
HSL320.33º84.62%28.04%-
HSV(B)320.33º91.67%51.76%-
XYZ11.525.910.43-
YUV56.3147.59182-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.41%
GREEN value IS 11 (4.69% from 255) = 4.70%
BLUE value IS 91 (35.94% from 255) = 38.89%
R=56.41%
G=4.70%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132119100.920.310.48320.3384.6228.04
Hex84B5B05C1F30140551c
Octal204131330134376050012534
Binary10000100101110110110101110011111110000101000000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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