Html Css Color HEX #861261 Eggplant

📋 copy color: '#861261'

red 134 ◦ green 18 ◦ blue 97

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

Shades of Eggplant #861261

Tints of Eggplant #861261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.96%

R = 53.82%
G = 7.23%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#861261 (or 0x861261) is known color: Eggplant. HEX triplet: 86, 12 and 61. RGB value is (134,18,97). Sum of RGB (Red+Green+Blue) = 134+18+97=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #861261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861261 is #79ED9E. Grayscale: #3D3D3D. Windows color (decimal): -7990687 or 6361734. OLE color: 6361734.

HSL color Cylindrical-coordinate representation of color #861261: hue angle of 319.14º 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 #861261 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 18 97 -
CMYK 0 0.87 0.28 0.47
HSL 319.14º 0.76% 0.3% -
HSV(B) 319.14º 0.87% 0.53% -
XYZ 12.21 6.36 11.89 -
YUV 61.69 147.93 179.58 -
System Red Green Blue C M Y K H S L
Decimal 134 18 97 0 0.87 0.28 0.47 319.14 0.76 0.3
Hex 86 12 61 0 57 1C 2F 13F 4C 1E
Octal 206 22 141 0 127 34 57 477 114 36
Binary 10000110 10010 1100001 0 1010111 11100 101111 100111111 1001100 11110

Color Harmonies of #861261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861261

Black with #861261

Text Example


Text Example

White with #861261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861261; }

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

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

background-color css

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

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

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

border-color css

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

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

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