Html Css Color HEX #880A50 Eggplant

📋 copy color: '#880A50'

red 136 ◦ green 10 ◦ blue 80

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

Shades of Eggplant #880A50

Tints of Eggplant #880A50

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.42%

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

R = 60.18%
G = 4.42%
B = 35.4%

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

#880A50 (or 0x880A50) is known color: Eggplant. HEX triplet: 88, 0A and 50. RGB value is (136,10,80). Sum of RGB (Red+Green+Blue) = 136+10+80=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #880A50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A50 is #77F5AF. Grayscale: #373737. Windows color (decimal): -7861680 or 5245576. OLE color: 5245576.

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

Color convert

RGB 136 10 80 -
CMYK 0 0.93 0.41 0.47
HSL 326.67º 0.86% 0.29% -
HSV(B) 326.67º 0.93% 0.53% -
XYZ 11.71 6.03 8.14 -
YUV 55.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 136 10 80 0 0.93 0.41 0.47 326.67 0.86 0.29
Hex 88 A 50 0 5D 29 2F 147 56 1D
Octal 210 12 120 0 135 51 57 507 126 35
Binary 10001000 1010 1010000 0 1011101 101001 101111 101000111 1010110 11101

Color Harmonies of #880A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A50

Black with #880A50

Text Example


Text Example

White with #880A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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