Html Css Color HEX #890C52 Eggplant

📋 copy color: '#890C52'

red 137 ◦ green 12 ◦ blue 82

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

Shades of Eggplant #890C52

Tints of Eggplant #890C52

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.19%

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

R = 59.31%
G = 5.19%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#890C52 (or 0x890C52) is known color: Eggplant. HEX triplet: 89, 0C and 52. RGB value is (137,12,82). Sum of RGB (Red+Green+Blue) = 137+12+82=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #890C52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C52 is #76F3AD. Grayscale: #393939. Windows color (decimal): -7795630 or 5377161. OLE color: 5377161.

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

Color convert

RGB 137 12 82 -
CMYK 0 0.91 0.40 0.46
HSL 326.4º 0.84% 0.29% -
HSV(B) 326.4º 0.91% 0.54% -
XYZ 11.97 6.19 8.55 -
YUV 57.36 141.91 184.81 -
System Red Green Blue C M Y K H S L
Decimal 137 12 82 0 0.91 0.40 0.46 326.4 0.84 0.29
Hex 89 C 52 0 5B 28 2E 146 54 1D
Octal 211 14 122 0 133 50 56 506 124 35
Binary 10001001 1100 1010010 0 1011011 101000 101110 101000110 1010100 11101

Color Harmonies of #890C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890C52

Black with #890C52

Text Example


Text Example

White with #890C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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