Html Css Color HEX #890A51 Eggplant

📋 copy color: '#890A51'

red 137 ◦ green 10 ◦ blue 81

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

Shades of Eggplant #890A51

Tints of Eggplant #890A51

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.39%

 BLUE value IS 81 (32.03% from 255) = 35.53%

R = 60.09%
G = 4.39%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#890A51 (or 0x890A51) is known color: Eggplant. HEX triplet: 89, 0A and 51. RGB value is (137,10,81). Sum of RGB (Red+Green+Blue) = 137+10+81=228 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.09% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 137 - color contains mainly: red. Hex color #890A51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890A51 is #76F5AE. Grayscale: #373737. Windows color (decimal): -7796143 or 5311113. OLE color: 5311113.

HSL color Cylindrical-coordinate representation of color #890A51: hue angle of 326.46º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A51 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 10 81 -
CMYK 0 0.93 0.41 0.46
HSL 326.46º 0.86% 0.29% -
HSV(B) 326.46º 0.93% 0.54% -
XYZ 11.91 6.13 8.34 -
YUV 56.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 137 10 81 0 0.93 0.41 0.46 326.46 0.86 0.29
Hex 89 A 51 0 5D 29 2E 146 56 1D
Octal 211 12 121 0 135 51 56 506 126 35
Binary 10001001 1010 1010001 0 1011101 101001 101110 101000110 1010110 11101

Color Harmonies of #890A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A51

Black with #890A51

Text Example


Text Example

White with #890A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890A51; }

 p { color: rgb(137,10,81); }

 H1.HeaderClassName
 {
   color: #890A51;
 }
 .AnyTagClassName
 {
   color: #890A51;
 }
</style>

background-color css

<style>
 a { background-color: #890A51; }

 a { background-color: rgb(137,10,81); }

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

border-color css

<style>
 span { border-color: #890A51; }

 span { border-color: rgb(137,10,81); }

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