#85004C

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

Shades of Eggplant #85004C

Tints of Eggplant #85004C

Color information

#85004C (or 0x85004C) is unknown color: approx Eggplant. HEX triplet: 85, 00 and 4C. RGB value is (133,0,76). Sum of RGB (Red+Green+Blue) = 133+0+76=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #85004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85004C is #7AFFB3. Grayscale: #303030. Windows color (decimal): -8060852 or 4980869. OLE color: 4980869.

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

Color convert

RGB133076-
CMYK010.430.48
HSL325.71º100%26.08%-
HSV(B)325.71º100%52.16%-
XYZ10.985.517.32-
YUV48.43143.56188.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=63.64%
G=0%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133076010.430.48325.7110026.08
Hex8504C0642B30146641a
Octal20501140144536050614432
Binary100001010100110001100100101011110000101000110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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