Html Css Color HEX #861259 Eggplant

📋 copy color: '#861259'

red 134 ◦ green 18 ◦ blue 89

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

Shades of Eggplant #861259

Tints of Eggplant #861259

RGB

 RED value IS 134 (52.73% from 255) = 55.6%

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

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

R = 55.6%
G = 7.47%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#861259 (or 0x861259) is known color: Eggplant. HEX triplet: 86, 12 and 59. RGB value is (134,18,89). Sum of RGB (Red+Green+Blue) = 134+18+89=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #861259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861259 is #79EDA6. Grayscale: #3C3C3C. Windows color (decimal): -7990695 or 5837446. OLE color: 5837446.

HSL color Cylindrical-coordinate representation of color #861259: hue angle of 323.28º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861259 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 18 89 -
CMYK 0 0.87 0.34 0.47
HSL 323.28º 0.76% 0.3% -
HSV(B) 323.28º 0.87% 0.53% -
XYZ 11.85 6.22 10.03 -
YUV 60.78 143.93 180.23 -
System Red Green Blue C M Y K H S L
Decimal 134 18 89 0 0.87 0.34 0.47 323.28 0.76 0.3
Hex 86 12 59 0 57 22 2F 143 4C 1E
Octal 206 22 131 0 127 42 57 503 114 36
Binary 10000110 10010 1011001 0 1010111 100010 101111 101000011 1001100 11110

Color Harmonies of #861259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861259

Black with #861259

Text Example


Text Example

White with #861259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861259; }

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

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

background-color css

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

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

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

border-color css

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

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

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