#84065B

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

Shades of Eggplant #84065B

Tints of Eggplant #84065B

Color information

#84065B (or 0x84065B) is unknown color: approx Eggplant. HEX triplet: 84, 06 and 5B. RGB value is (132,6,91). Sum of RGB (Red+Green+Blue) = 132+6+91=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #84065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84065B is #7BF9A4. Grayscale: #353535. Windows color (decimal): -8124837 or 5965444. OLE color: 5965444.

HSL color Cylindrical-coordinate representation of color #84065B: hue angle of 319.52º degrees, saturation: 0.91, 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 #84065B is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB132691-
CMYK00.950.310.48
HSL319.52º91.3%27.06%-
HSV(B)319.52º95.45%51.76%-
XYZ11.475.7910.41-
YUV53.36149.24184.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.64%
GREEN value IS 6 (2.73% from 255) = 2.62%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=57.64%
G=2.62%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13269100.950.310.48319.5291.327.06
Hex8465B05F1F301405b1b
Octal20461330137376050013333
Binary1000010011010110110101111111111110000101000000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84065B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84065B; }

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

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

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

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

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

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

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

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