Html Css Color HEX #89074D Eggplant

📋 copy color: '#89074D'

red 137 ◦ green 7 ◦ blue 77

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

Shades of Eggplant #89074D

Tints of Eggplant #89074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.17%

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

R = 61.99%
G = 3.17%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#89074D (or 0x89074D) is known color: Eggplant. HEX triplet: 89, 07 and 4D. RGB value is (137,7,77). Sum of RGB (Red+Green+Blue) = 137+7+77=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #89074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89074D is #76F8B2. Grayscale: #353535. Windows color (decimal): -7796915 or 5048201. OLE color: 5048201.

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

Color convert

RGB 137 7 77 -
CMYK 0 0.95 0.44 0.46
HSL 327.69º 0.9% 0.28% -
HSV(B) 327.69º 0.95% 0.54% -
XYZ 11.73 6.01 7.56 -
YUV 53.85 141.07 187.31 -
System Red Green Blue C M Y K H S L
Decimal 137 7 77 0 0.95 0.44 0.46 327.69 0.9 0.28
Hex 89 7 4D 0 5F 2C 2E 148 5A 1C
Octal 211 7 115 0 137 54 56 510 132 34
Binary 10001001 111 1001101 0 1011111 101100 101110 101001000 1011010 11100

Color Harmonies of #89074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89074D

Black with #89074D

Text Example


Text Example

White with #89074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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