Html Css Color HEX #851259 Eggplant

📋 copy color: '#851259'

red 133 ◦ green 18 ◦ blue 89

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

Shades of Eggplant #851259

Tints of Eggplant #851259

RGB

 RED value IS 133 (52.34% from 255) = 55.42%

 GREEN value IS 18 (7.42% from 255) = 7.5%

 BLUE value IS 89 (35.16% from 255) = 37.08%

R = 55.42%
G = 7.5%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#851259 (or 0x851259) is known color: Eggplant. HEX triplet: 85, 12 and 59. RGB value is (133,18,89). Sum of RGB (Red+Green+Blue) = 133+18+89=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #851259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851259 is #7AEDA6. Grayscale: #3C3C3C. Windows color (decimal): -8056231 or 5837445. OLE color: 5837445.

HSL color Cylindrical-coordinate representation of color #851259: hue angle of 322.96º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851259 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 89 -
CMYK 0 0.86 0.33 0.48
HSL 322.96º 0.76% 0.3% -
HSV(B) 322.96º 0.86% 0.52% -
XYZ 11.69 6.14 10.02 -
YUV 60.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 133 18 89 0 0.86 0.33 0.48 322.96 0.76 0.3
Hex 85 12 59 0 56 21 30 143 4C 1E
Octal 205 22 131 0 126 41 60 503 114 36
Binary 10000101 10010 1011001 0 1010110 100001 110000 101000011 1001100 11110

Color Harmonies of #851259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851259

Black with #851259

Text Example


Text Example

White with #851259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851259; }

 p { color: rgb(133,18,89); }

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

background-color css

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

 a { background-color: rgb(133,18,89); }

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

border-color css

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

 span { border-color: rgb(133,18,89); }

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