Html Css Color HEX #88024A Eggplant

📋 copy color: '#88024A'

red 136 ◦ green 2 ◦ blue 74

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

Shades of Eggplant #88024A

Tints of Eggplant #88024A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.91%

R = 64.15%
G = 0.94%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#88024A (or 0x88024A) is known color: Eggplant. HEX triplet: 88, 02 and 4A. RGB value is (136,2,74). Sum of RGB (Red+Green+Blue) = 136+2+74=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #88024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88024A is #77FDB5. Grayscale: #323232. Windows color (decimal): -7863734 or 4850312. OLE color: 4850312.

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

Color convert

RGB 136 2 74 -
CMYK 0 0.99 0.46 0.47
HSL 327.76º 0.97% 0.27% -
HSV(B) 327.76º 0.99% 0.53% -
XYZ 11.41 5.77 6.99 -
YUV 50.27 141.39 189.15 -
System Red Green Blue C M Y K H S L
Decimal 136 2 74 0 0.99 0.46 0.47 327.76 0.97 0.27
Hex 88 2 4A 0 63 2E 2F 148 61 1B
Octal 210 2 112 0 143 56 57 510 141 33
Binary 10001000 10 1001010 0 1100011 101110 101111 101001000 1100001 11011

Color Harmonies of #88024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88024A

Black with #88024A

Text Example


Text Example

White with #88024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88024A; }

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

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

background-color css

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

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

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

border-color css

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

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

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