#85135F

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

Shades of Eggplant #85135F

Tints of Eggplant #85135F

Color information

#85135F (or 0x85135F) is unknown color: approx Eggplant. HEX triplet: 85, 13 and 5F. RGB value is (133,19,95). Sum of RGB (Red+Green+Blue) = 133+19+95=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85135F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85135F is #7AECA0. Grayscale: #3D3D3D. Windows color (decimal): -8055969 or 6230917. OLE color: 6230917.

HSL color Cylindrical-coordinate representation of color #85135F: hue angle of 320º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85135F is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1331995-
CMYK00.860.290.48
HSL320º75%29.8%-
HSV(B)320º85.71%52.16%-
XYZ11.976.2811.41-
YUV61.75146.77178.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.85%
GREEN value IS 19 (7.81% from 255) = 7.69%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=53.85%
G=7.69%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133199500.860.290.483207529.8
Hex85135F0561D301404b1e
Octal205231370126356050011336
Binary100001011001110111110101011011101110000101000000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85135F; }

 p { color: rgb(133,19,95); }

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

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

 a { background-color: rgb(133,19,95); }

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

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

 span { border-color: rgb(133,19,95); }

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