Html Css Color HEX #88014D Eggplant

📋 copy color: '#88014D'

red 136 ◦ green 1 ◦ blue 77

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

Shades of Eggplant #88014D

Tints of Eggplant #88014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 77 (30.47% from 255) = 35.98%

R = 63.55%
G = 0.47%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#88014D (or 0x88014D) is known color: Eggplant. HEX triplet: 88, 01 and 4D. RGB value is (136,1,77). Sum of RGB (Red+Green+Blue) = 136+1+77=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #88014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88014D is #77FEB2. Grayscale: #313131. Windows color (decimal): -7863987 or 5046664. OLE color: 5046664.

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

Color convert

RGB 136 1 77 -
CMYK 0 0.99 0.43 0.47
HSL 326.22º 0.99% 0.27% -
HSV(B) 326.22º 0.99% 0.53% -
XYZ 11.5 5.79 7.53 -
YUV 50.03 143.23 189.32 -
System Red Green Blue C M Y K H S L
Decimal 136 1 77 0 0.99 0.43 0.47 326.22 0.99 0.27
Hex 88 1 4D 0 63 2B 2F 146 63 1B
Octal 210 1 115 0 143 53 57 506 143 33
Binary 10001000 1 1001101 0 1100011 101011 101111 101000110 1100011 11011

Color Harmonies of #88014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88014D

Black with #88014D

Text Example


Text Example

White with #88014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88014D; }

 p { color: rgb(136,1,77); }

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

background-color css

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

 a { background-color: rgb(136,1,77); }

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

border-color css

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

 span { border-color: rgb(136,1,77); }

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