Html Css Color HEX #890452 Eggplant

📋 copy color: '#890452'

red 137 ◦ green 4 ◦ blue 82

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

Shades of Eggplant #890452

Tints of Eggplant #890452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

 BLUE value IS 82 (32.42% from 255) = 36.77%

R = 61.43%
G = 1.79%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#890452 (or 0x890452) is known color: Eggplant. HEX triplet: 89, 04 and 52. RGB value is (137,4,82). Sum of RGB (Red+Green+Blue) = 137+4+82=223 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.43% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 137 - color contains mainly: red. Hex color #890452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890452 is #76FBAD. Grayscale: #343434. Windows color (decimal): -7797678 or 5375113. OLE color: 5375113.

HSL color Cylindrical-coordinate representation of color #890452: hue angle of 324.81º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890452 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 4 82 -
CMYK 0 0.97 0.40 0.46
HSL 324.81º 0.94% 0.28% -
HSV(B) 324.81º 0.97% 0.54% -
XYZ 11.88 6.01 8.52 -
YUV 52.66 144.56 188.16 -
System Red Green Blue C M Y K H S L
Decimal 137 4 82 0 0.97 0.40 0.46 324.81 0.94 0.28
Hex 89 4 52 0 61 28 2E 145 5E 1C
Octal 211 4 122 0 141 50 56 505 136 34
Binary 10001001 100 1010010 0 1100001 101000 101110 101000101 1011110 11100

Color Harmonies of #890452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890452

Black with #890452

Text Example


Text Example

White with #890452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890452; }

 p { color: rgb(137,4,82); }

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

background-color css

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

 a { background-color: rgb(137,4,82); }

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

border-color css

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

 span { border-color: rgb(137,4,82); }

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