Html Css Color HEX #880450 Eggplant

📋 copy color: '#880450'

red 136 ◦ green 4 ◦ blue 80

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

Shades of Eggplant #880450

Tints of Eggplant #880450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

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

R = 61.82%
G = 1.82%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#880450 (or 0x880450) is known color: Eggplant. HEX triplet: 88, 04 and 50. RGB value is (136,4,80). Sum of RGB (Red+Green+Blue) = 136+4+80=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #880450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880450 is #77FBAF. Grayscale: #333333. Windows color (decimal): -7863216 or 5244040. OLE color: 5244040.

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

Color convert

RGB 136 4 80 -
CMYK 0 0.97 0.41 0.47
HSL 325.45º 0.94% 0.27% -
HSV(B) 325.45º 0.97% 0.53% -
XYZ 11.64 5.9 8.11 -
YUV 52.13 143.73 187.82 -
System Red Green Blue C M Y K H S L
Decimal 136 4 80 0 0.97 0.41 0.47 325.45 0.94 0.27
Hex 88 4 50 0 61 29 2F 145 5E 1B
Octal 210 4 120 0 141 51 57 505 136 33
Binary 10001000 100 1010000 0 1100001 101001 101111 101000101 1011110 11011

Color Harmonies of #880450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880450

Black with #880450

Text Example


Text Example

White with #880450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880450; }

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

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

background-color css

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

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

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

border-color css

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

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

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