Html Css Color HEX #890C51 Eggplant

📋 copy color: '#890C51'

red 137 ◦ green 12 ◦ blue 81

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

Shades of Eggplant #890C51

Tints of Eggplant #890C51

RGB

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

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

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

R = 59.57%
G = 5.22%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#890C51 (or 0x890C51) is known color: Eggplant. HEX triplet: 89, 0C and 51. RGB value is (137,12,81). Sum of RGB (Red+Green+Blue) = 137+12+81=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #890C51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C51 is #76F3AE. Grayscale: #393939. Windows color (decimal): -7795631 or 5311625. OLE color: 5311625.

HSL color Cylindrical-coordinate representation of color #890C51: hue angle of 326.88º 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 #890C51 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 12 81 -
CMYK 0 0.91 0.41 0.46
HSL 326.88º 0.84% 0.29% -
HSV(B) 326.88º 0.91% 0.54% -
XYZ 11.93 6.18 8.35 -
YUV 57.24 141.41 184.89 -
System Red Green Blue C M Y K H S L
Decimal 137 12 81 0 0.91 0.41 0.46 326.88 0.84 0.29
Hex 89 C 51 0 5B 29 2E 147 54 1D
Octal 211 14 121 0 133 51 56 507 124 35
Binary 10001001 1100 1010001 0 1011011 101001 101110 101000111 1010100 11101

Color Harmonies of #890C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890C51

Black with #890C51

Text Example


Text Example

White with #890C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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