#830a4f

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

Shades of Eggplant #830A4F

Tints of Eggplant #830A4F

Color information

#830A4F (or 0x830A4F) is unknown color: approx Eggplant. HEX triplet: 83, 0A and 4F. RGB value is (131,10,79). Sum of RGB (Red+Green+Blue) = 131+10+79=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #830A4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830A4F is #7CF5B0. Grayscale: #353535. Windows color (decimal): -8189361 or 5180035. OLE color: 5180035.

HSL color Cylindrical-coordinate representation of color #830A4F: hue angle of 325.79º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830A4F is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1311079-
CMYK00.920.400.49
HSL325.79º85.82%27.65%-
HSV(B)325.79º92.37%51.37%-
XYZ10.885.617.91-
YUV54.04142.09182.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.55%
GREEN value IS 10 (4.30% from 255) = 4.55%
BLUE value IS 79 (31.25% from 255) = 35.91%
R=59.55%
G=4.55%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131107900.920.400.49325.7985.8227.65
Hex83A4F05C2831146561c
Octal203121170134506150612634
Binary100000111010100111101011100101000110001101000110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830a4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830a4f; }

 p { color: rgb(131,10,79); }

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

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

 a { background-color: rgb(131,10,79); }

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

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

 span { border-color: rgb(131,10,79); }

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