Html Css Color HEX #880251 Eggplant

📋 copy color: '#880251'

red 136 ◦ green 2 ◦ blue 81

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

Shades of Eggplant #880251

Tints of Eggplant #880251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 81 (32.03% from 255) = 36.99%

R = 62.1%
G = 0.91%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#880251 (or 0x880251) is known color: Eggplant. HEX triplet: 88, 02 and 51. RGB value is (136,2,81). Sum of RGB (Red+Green+Blue) = 136+2+81=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #880251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880251 is #77FDAE. Grayscale: #323232. Windows color (decimal): -7863727 or 5309064. OLE color: 5309064.

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

Color convert

RGB 136 2 81 -
CMYK 0 0.99 0.40 0.47
HSL 324.63º 0.97% 0.27% -
HSV(B) 324.63º 0.99% 0.53% -
XYZ 11.66 5.87 8.3 -
YUV 51.07 144.89 188.58 -
System Red Green Blue C M Y K H S L
Decimal 136 2 81 0 0.99 0.40 0.47 324.63 0.97 0.27
Hex 88 2 51 0 63 28 2F 145 61 1B
Octal 210 2 121 0 143 50 57 505 141 33
Binary 10001000 10 1010001 0 1100011 101000 101111 101000101 1100001 11011

Color Harmonies of #880251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880251

Black with #880251

Text Example


Text Example

White with #880251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880251; }

 p { color: rgb(136,2,81); }

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

background-color css

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

 a { background-color: rgb(136,2,81); }

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

border-color css

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

 span { border-color: rgb(136,2,81); }

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