Html Css Color HEX #850650 Eggplant

📋 copy color: '#850650'

red 133 ◦ green 6 ◦ blue 80

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

Shades of Eggplant #850650

Tints of Eggplant #850650

RGB

 RED value IS 133 (52.34% from 255) = 60.73%

 GREEN value IS 6 (2.73% from 255) = 2.74%

 BLUE value IS 80 (31.64% from 255) = 36.53%

R = 60.73%
G = 2.74%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#850650 (or 0x850650) is known color: Eggplant. HEX triplet: 85, 06 and 50. RGB value is (133,6,80). Sum of RGB (Red+Green+Blue) = 133+6+80=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #850650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850650 is #7AF9AF. Grayscale: #343434. Windows color (decimal): -8059312 or 5244549. OLE color: 5244549.

HSL color Cylindrical-coordinate representation of color #850650: hue angle of 325.04º 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 #850650 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 6 80 -
CMYK 0 0.95 0.40 0.48
HSL 325.04º 0.91% 0.27% -
HSV(B) 325.04º 0.95% 0.52% -
XYZ 11.19 5.7 8.1 -
YUV 52.41 143.58 185.48 -
System Red Green Blue C M Y K H S L
Decimal 133 6 80 0 0.95 0.40 0.48 325.04 0.91 0.27
Hex 85 6 50 0 5F 28 30 145 5B 1B
Octal 205 6 120 0 137 50 60 505 133 33
Binary 10000101 110 1010000 0 1011111 101000 110000 101000101 1011011 11011

Color Harmonies of #850650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850650

Black with #850650

Text Example


Text Example

White with #850650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850650; }

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

 H1.HeaderClassName
 {
   color: #850650;
 }
 .AnyTagClassName
 {
   color: #850650;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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