Html Css Color HEX #880950 Eggplant

📋 copy color: '#880950'

red 136 ◦ green 9 ◦ blue 80

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

Shades of Eggplant #880950

Tints of Eggplant #880950

RGB

 RED value IS 136 (53.52% from 255) = 60.44%

 GREEN value IS 9 (3.91% from 255) = 4%

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

R = 60.44%
G = 4%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#880950 (or 0x880950) is known color: Eggplant. HEX triplet: 88, 09 and 50. RGB value is (136,9,80). Sum of RGB (Red+Green+Blue) = 136+9+80=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #880950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880950 is #77F6AF. Grayscale: #363636. Windows color (decimal): -7861936 or 5245320. OLE color: 5245320.

HSL color Cylindrical-coordinate representation of color #880950: hue angle of 326.46º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880950 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 80 -
CMYK 0 0.93 0.41 0.47
HSL 326.46º 0.88% 0.28% -
HSV(B) 326.46º 0.93% 0.53% -
XYZ 11.7 6.01 8.13 -
YUV 55.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 136 9 80 0 0.93 0.41 0.47 326.46 0.88 0.28
Hex 88 9 50 0 5D 29 2F 146 58 1C
Octal 210 11 120 0 135 51 57 506 130 34
Binary 10001000 1001 1010000 0 1011101 101001 101111 101000110 1011000 11100

Color Harmonies of #880950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880950

Black with #880950

Text Example


Text Example

White with #880950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880950; }

 p { color: rgb(136,9,80); }

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

background-color css

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

 a { background-color: rgb(136,9,80); }

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

border-color css

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

 span { border-color: rgb(136,9,80); }

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