Html Css Color HEX #880252 Eggplant

📋 copy color: '#880252'

red 136 ◦ green 2 ◦ blue 82

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

Shades of Eggplant #880252

Tints of Eggplant #880252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 37.27%

R = 61.82%
G = 0.91%
B = 37.27%

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

#880252 (or 0x880252) is known color: Eggplant. HEX triplet: 88, 02 and 52. RGB value is (136,2,82). Sum of RGB (Red+Green+Blue) = 136+2+82=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #880252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880252 is #77FDAD. Grayscale: #333333. Windows color (decimal): -7863726 or 5374600. OLE color: 5374600.

HSL color Cylindrical-coordinate representation of color #880252: hue angle of 324.18º 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 #880252 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 82 -
CMYK 0 0.99 0.40 0.47
HSL 324.18º 0.97% 0.27% -
HSV(B) 324.18º 0.99% 0.53% -
XYZ 11.7 5.89 8.5 -
YUV 51.19 145.39 188.5 -
System Red Green Blue C M Y K H S L
Decimal 136 2 82 0 0.99 0.40 0.47 324.18 0.97 0.27
Hex 88 2 52 0 63 28 2F 144 61 1B
Octal 210 2 122 0 143 50 57 504 141 33
Binary 10001000 10 1010010 0 1100011 101000 101111 101000100 1100001 11011

Color Harmonies of #880252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880252

Black with #880252

Text Example


Text Example

White with #880252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880252; }

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

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

background-color css

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

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

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

border-color css

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

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

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