#83135C

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

Shades of Eggplant #83135C

Tints of Eggplant #83135C

Color information

#83135C (or 0x83135C) is unknown color: approx Eggplant. HEX triplet: 83, 13 and 5C. RGB value is (131,19,92). Sum of RGB (Red+Green+Blue) = 131+19+92=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83135C is #7CECA3. Grayscale: #3C3C3C. Windows color (decimal): -8187044 or 6034307. OLE color: 6034307.

HSL color Cylindrical-coordinate representation of color #83135C: hue angle of 320.89º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83135C is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1311992-
CMYK00.850.300.49
HSL320.89º74.67%29.41%-
HSV(B)320.89º85.5%51.37%-
XYZ11.526.0610.69-
YUV60.81145.61178.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.13%
GREEN value IS 19 (7.81% from 255) = 7.85%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=54.13%
G=7.85%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131199200.850.300.49320.8974.6729.41
Hex83135C0551E311414b1d
Octal203231340125366150111335
Binary100000111001110111000101010111110110001101000001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83135C; }

 p { color: rgb(131,19,92); }

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

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

 a { background-color: rgb(131,19,92); }

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

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

 span { border-color: rgb(131,19,92); }

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