Html Css Color HEX #871760 Eggplant

📋 copy color: '#871760'

red 135 ◦ green 23 ◦ blue 96

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

Shades of Eggplant #871760

Tints of Eggplant #871760

RGB

 RED value IS 135 (53.13% from 255) = 53.15%

 GREEN value IS 23 (9.38% from 255) = 9.06%

 BLUE value IS 96 (37.89% from 255) = 37.8%

R = 53.15%
G = 9.06%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#871760 (or 0x871760) is known color: Eggplant. HEX triplet: 87, 17 and 60. RGB value is (135,23,96). Sum of RGB (Red+Green+Blue) = 135+23+96=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #871760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871760 is #78E89F. Grayscale: #404040. Windows color (decimal): -7923872 or 6297479. OLE color: 6297479.

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

Color convert

RGB 135 23 96 -
CMYK 0 0.83 0.29 0.47
HSL 320.89º 0.71% 0.31% -
HSV(B) 320.89º 0.83% 0.53% -
XYZ 12.41 6.61 11.69 -
YUV 64.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 135 23 96 0 0.83 0.29 0.47 320.89 0.71 0.31
Hex 87 17 60 0 53 1D 2F 141 47 1F
Octal 207 27 140 0 123 35 57 501 107 37
Binary 10000111 10111 1100000 0 1010011 11101 101111 101000001 1000111 11111

Color Harmonies of #871760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871760

Black with #871760

Text Example


Text Example

White with #871760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871760; }

 p { color: rgb(135,23,96); }

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

background-color css

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

 a { background-color: rgb(135,23,96); }

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

border-color css

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

 span { border-color: rgb(135,23,96); }

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