Html Css Color HEX #850350 Eggplant

📋 copy color: '#850350'

red 133 ◦ green 3 ◦ blue 80

#850350
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #850350

Tints of Eggplant #850350

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 value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#850350 (or 0x850350) is known color: 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

RGB 133 3 80 -
CMYK 0 0.98 0.40 0.48
HSL 324.46º 0.96% 0.27% -
HSV(B) 324.46º 0.98% 0.52% -
XYZ 11.15 5.63 8.09 -
YUV 50.65 144.57 186.74 -
System Red Green Blue C M Y K H S L
Decimal 133 3 80 0 0.98 0.40 0.48 324.46 0.96 0.27
Hex 85 3 50 0 62 28 30 144 60 1B
Octal 205 3 120 0 142 50 60 504 140 33
Binary 10000101 11 1010000 0 1100010 101000 110000 101000100 1100000 11011

Color Harmonies of #850350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850350

Black with #850350

Text Example


Text Example

White with #850350

Text Example


Text Example

HTML Codes & Css Web 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>