Html Css Color HEX #89074F Eggplant

📋 copy color: '#89074F'

red 137 ◦ green 7 ◦ blue 79

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

Shades of Eggplant #89074F

Tints of Eggplant #89074F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.43%

R = 61.43%
G = 3.14%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#89074F (or 0x89074F) is known color: Eggplant. HEX triplet: 89, 07 and 4F. RGB value is (137,7,79). Sum of RGB (Red+Green+Blue) = 137+7+79=223 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.43% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 137 - color contains mainly: red. Hex color #89074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89074F is #76F8B0. Grayscale: #353535. Windows color (decimal): -7796913 or 5179273. OLE color: 5179273.

HSL color Cylindrical-coordinate representation of color #89074F: hue angle of 326.77º 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 #89074F is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 7 79 -
CMYK 0 0.95 0.42 0.46
HSL 326.77º 0.9% 0.28% -
HSV(B) 326.77º 0.95% 0.54% -
XYZ 11.8 6.03 7.94 -
YUV 54.08 142.07 187.15 -
System Red Green Blue C M Y K H S L
Decimal 137 7 79 0 0.95 0.42 0.46 326.77 0.9 0.28
Hex 89 7 4F 0 5F 2A 2E 147 5A 1C
Octal 211 7 117 0 137 52 56 507 132 34
Binary 10001001 111 1001111 0 1011111 101010 101110 101000111 1011010 11100

Color Harmonies of #89074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89074F

Black with #89074F

Text Example


Text Example

White with #89074F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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