Html Css Color HEX #890248 Eggplant

📋 copy color: '#890248'

red 137 ◦ green 2 ◦ blue 72

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

Shades of Eggplant #890248

Tints of Eggplant #890248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

 BLUE value IS 72 (28.52% from 255) = 34.12%

R = 64.93%
G = 0.95%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#890248 (or 0x890248) is known color: Eggplant. HEX triplet: 89, 02 and 48. RGB value is (137,2,72). Sum of RGB (Red+Green+Blue) = 137+2+72=211 (27% of max value = 765). Red value is 137 (53.91% from 255 or 64.93% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 137 - color contains mainly: red. Hex color #890248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890248 is #76FDB7. Grayscale: #323232. Windows color (decimal): -7798200 or 4719241. OLE color: 4719241.

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

Color convert

RGB 137 2 72 -
CMYK 0 0.99 0.47 0.46
HSL 328.89º 0.97% 0.27% -
HSV(B) 328.89º 0.99% 0.54% -
XYZ 11.51 5.83 6.65 -
YUV 50.35 140.23 189.81 -
System Red Green Blue C M Y K H S L
Decimal 137 2 72 0 0.99 0.47 0.46 328.89 0.97 0.27
Hex 89 2 48 0 63 2F 2E 149 61 1B
Octal 211 2 110 0 143 57 56 511 141 33
Binary 10001001 10 1001000 0 1100011 101111 101110 101001001 1100001 11011

Color Harmonies of #890248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890248

Black with #890248

Text Example


Text Example

White with #890248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890248; }

 p { color: rgb(137,2,72); }

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

background-color css

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

 a { background-color: rgb(137,2,72); }

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

border-color css

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

 span { border-color: rgb(137,2,72); }

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