Html Css Color HEX #890B52 Eggplant

📋 copy color: '#890B52'

red 137 ◦ green 11 ◦ blue 82

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

Shades of Eggplant #890B52

Tints of Eggplant #890B52

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.78%

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

R = 59.57%
G = 4.78%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#890B52 (or 0x890B52) is known color: Eggplant. HEX triplet: 89, 0B and 52. RGB value is (137,11,82). Sum of RGB (Red+Green+Blue) = 137+11+82=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #890B52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B52 is #76F4AD. Grayscale: #383838. Windows color (decimal): -7795886 or 5376905. OLE color: 5376905.

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

Color convert

RGB 137 11 82 -
CMYK 0 0.92 0.40 0.46
HSL 326.19º 0.85% 0.29% -
HSV(B) 326.19º 0.92% 0.54% -
XYZ 11.96 6.17 8.54 -
YUV 56.77 142.24 185.23 -
System Red Green Blue C M Y K H S L
Decimal 137 11 82 0 0.92 0.40 0.46 326.19 0.85 0.29
Hex 89 B 52 0 5C 28 2E 146 55 1D
Octal 211 13 122 0 134 50 56 506 125 35
Binary 10001001 1011 1010010 0 1011100 101000 101110 101000110 1010101 11101

Color Harmonies of #890B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B52

Black with #890B52

Text Example


Text Example

White with #890B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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