Html Css Color HEX #861059 Eggplant

📋 copy color: '#861059'

red 134 ◦ green 16 ◦ blue 89

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

Shades of Eggplant #861059

Tints of Eggplant #861059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.69%

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

R = 56.07%
G = 6.69%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#861059 (or 0x861059) is known color: Eggplant. HEX triplet: 86, 10 and 59. RGB value is (134,16,89). Sum of RGB (Red+Green+Blue) = 134+16+89=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #861059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861059 is #79EFA6. Grayscale: #3B3B3B. Windows color (decimal): -7991207 or 5836934. OLE color: 5836934.

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

Color convert

RGB 134 16 89 -
CMYK 0 0.88 0.34 0.47
HSL 322.88º 0.79% 0.29% -
HSV(B) 322.88º 0.88% 0.53% -
XYZ 11.82 6.16 10.02 -
YUV 59.6 144.59 181.06 -
System Red Green Blue C M Y K H S L
Decimal 134 16 89 0 0.88 0.34 0.47 322.88 0.79 0.29
Hex 86 10 59 0 58 22 2F 143 4F 1D
Octal 206 20 131 0 130 42 57 503 117 35
Binary 10000110 10000 1011001 0 1011000 100010 101111 101000011 1001111 11101

Color Harmonies of #861059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861059

Black with #861059

Text Example


Text Example

White with #861059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861059; }

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

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

background-color css

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

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

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

border-color css

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

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

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