Html Css Color HEX #880750 Eggplant

📋 copy color: '#880750'

red 136 ◦ green 7 ◦ blue 80

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

Shades of Eggplant #880750

Tints of Eggplant #880750

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

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

R = 60.99%
G = 3.14%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#880750 (or 0x880750) is known color: Eggplant. HEX triplet: 88, 07 and 50. RGB value is (136,7,80). Sum of RGB (Red+Green+Blue) = 136+7+80=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #880750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880750 is #77F8AF. Grayscale: #353535. Windows color (decimal): -7862448 or 5244808. OLE color: 5244808.

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

Color convert

RGB 136 7 80 -
CMYK 0 0.95 0.41 0.47
HSL 326.05º 0.9% 0.28% -
HSV(B) 326.05º 0.95% 0.53% -
XYZ 11.68 5.97 8.13 -
YUV 53.89 142.74 186.56 -
System Red Green Blue C M Y K H S L
Decimal 136 7 80 0 0.95 0.41 0.47 326.05 0.9 0.28
Hex 88 7 50 0 5F 29 2F 146 5A 1C
Octal 210 7 120 0 137 51 57 506 132 34
Binary 10001000 111 1010000 0 1011111 101001 101111 101000110 1011010 11100

Color Harmonies of #880750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880750

Black with #880750

Text Example


Text Example

White with #880750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880750; }

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

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

background-color css

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

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

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

border-color css

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

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

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