Html Css Color HEX #89064D Eggplant

📋 copy color: '#89064D'

red 137 ◦ green 6 ◦ blue 77

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

Shades of Eggplant #89064D

Tints of Eggplant #89064D

RGB

 RED value IS 137 (53.91% from 255) = 62.27%

 GREEN value IS 6 (2.73% from 255) = 2.73%

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

R = 62.27%
G = 2.73%
B = 35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#89064D (or 0x89064D) is known color: Eggplant. HEX triplet: 89, 06 and 4D. RGB value is (137,6,77). Sum of RGB (Red+Green+Blue) = 137+6+77=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #89064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89064D is #76F9B2. Grayscale: #353535. Windows color (decimal): -7797171 or 5047945. OLE color: 5047945.

HSL color Cylindrical-coordinate representation of color #89064D: hue angle of 327.48º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89064D is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 6 77 -
CMYK 0 0.96 0.44 0.46
HSL 327.48º 0.92% 0.28% -
HSV(B) 327.48º 0.96% 0.54% -
XYZ 11.72 5.98 7.56 -
YUV 53.26 141.4 187.73 -
System Red Green Blue C M Y K H S L
Decimal 137 6 77 0 0.96 0.44 0.46 327.48 0.92 0.28
Hex 89 6 4D 0 60 2C 2E 147 5C 1C
Octal 211 6 115 0 140 54 56 507 134 34
Binary 10001001 110 1001101 0 1100000 101100 101110 101000111 1011100 11100

Color Harmonies of #89064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89064D

Black with #89064D

Text Example


Text Example

White with #89064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,6,77); }

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

background-color css

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

 a { background-color: rgb(137,6,77); }

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

border-color css

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

 span { border-color: rgb(137,6,77); }

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