#821257

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

Shades of Eggplant #821257

Tints of Eggplant #821257

Color information

#821257 (or 0x821257) is unknown color: approx Eggplant. HEX triplet: 82, 12 and 57. RGB value is (130,18,87). Sum of RGB (Red+Green+Blue) = 130+18+87=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #821257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821257 is #7DEDA8. Grayscale: #3B3B3B. Windows color (decimal): -8252841 or 5706370. OLE color: 5706370.

HSL color Cylindrical-coordinate representation of color #821257: hue angle of 323.04º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821257 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB1301887-
CMYK00.860.330.49
HSL323.04º75.68%29.02%-
HSV(B)323.04º86.15%50.98%-
XYZ11.145.879.56-
YUV59.35143.61178.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.32%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 87 (34.38% from 255) = 37.02%
R=55.32%
G=7.66%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130188700.860.330.49323.0475.6829.02
Hex82125705621311434c1d
Octal202221270126416150311435
Binary1000001010010101011101010110100001110001101000011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821257; }

 p { color: rgb(130,18,87); }

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

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

 a { background-color: rgb(130,18,87); }

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

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

 span { border-color: rgb(130,18,87); }

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