#840051

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

Shades of Eggplant #840051

Tints of Eggplant #840051

Color information

#840051 (or 0x840051) is unknown color: approx Eggplant. HEX triplet: 84, 00 and 51. RGB value is (132,0,81). Sum of RGB (Red+Green+Blue) = 132+0+81=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #840051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840051 is #7BFFAE. Grayscale: #303030. Windows color (decimal): -8126383 or 5308548. OLE color: 5308548.

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

Color convert

RGB132081-
CMYK010.390.48
HSL323.18º100%25.88%-
HSV(B)323.18º100%51.76%-
XYZ115.58.27-
YUV48.7146.23187.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 38.03%
R=61.97%
G=0%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132081010.390.48323.1810025.88
Hex840510642730143641a
Octal20401210144476050314432
Binary100001000101000101100100100111110000101000011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840051; }

 p { color: rgb(132,0,81); }

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

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

 a { background-color: rgb(132,0,81); }

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

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

 span { border-color: rgb(132,0,81); }

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