#850350

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

Shades of Eggplant #850350

Tints of Eggplant #850350

Color information

#850350 (or 0x850350) is unknown color: approx Eggplant. HEX triplet: 85, 03 and 50. RGB value is (133,3,80). Sum of RGB (Red+Green+Blue) = 133+3+80=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #850350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850350 is #7AFCAF. Grayscale: #323232. Windows color (decimal): -8060080 or 5243781. OLE color: 5243781.

HSL color Cylindrical-coordinate representation of color #850350: hue angle of 324.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850350 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB133380-
CMYK00.980.400.48
HSL324.46º95.59%26.67%-
HSV(B)324.46º97.74%52.16%-
XYZ11.155.638.09-
YUV50.65144.57186.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.57%
GREEN value IS 3 (1.56% from 255) = 1.39%
BLUE value IS 80 (31.64% from 255) = 37.04%
R=61.57%
G=1.39%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13338000.980.400.48324.4695.5926.67
Hex853500622830144601b
Octal20531200142506050414033
Binary1000010111101000001100010101000110000101000100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850350; }

 p { color: rgb(133,3,80); }

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

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

 a { background-color: rgb(133,3,80); }

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

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

 span { border-color: rgb(133,3,80); }

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