#85064C

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

Shades of Eggplant #85064C

Tints of Eggplant #85064C

Color information

#85064C (or 0x85064C) is unknown color: approx Eggplant. HEX triplet: 85, 06 and 4C. RGB value is (133,6,76). Sum of RGB (Red+Green+Blue) = 133+6+76=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #85064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85064C is #7AF9B3. Grayscale: #333333. Windows color (decimal): -8059316 or 4982405. OLE color: 4982405.

HSL color Cylindrical-coordinate representation of color #85064C: hue angle of 326.93º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85064C is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB133676-
CMYK00.950.430.48
HSL326.93º91.37%27.25%-
HSV(B)326.93º95.49%52.16%-
XYZ11.045.647.34-
YUV51.95141.58185.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.86%
GREEN value IS 6 (2.73% from 255) = 2.79%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=61.86%
G=2.79%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13367600.950.430.48326.9391.3727.25
Hex8564C05F2B301475b1b
Octal20561140137536050713333
Binary10000101110100110001011111101011110000101000111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,6,76); }

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

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

 a { background-color: rgb(133,6,76); }

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

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

 span { border-color: rgb(133,6,76); }

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