Html Css Color HEX #871560 Eggplant

📋 copy color: '#871560'

red 135 ◦ green 21 ◦ blue 96

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

Shades of Eggplant #871560

Tints of Eggplant #871560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

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

R = 53.57%
G = 8.33%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#871560 (or 0x871560) is known color: Eggplant. HEX triplet: 87, 15 and 60. RGB value is (135,21,96). Sum of RGB (Red+Green+Blue) = 135+21+96=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #871560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871560 is #78EA9F. Grayscale: #3F3F3F. Windows color (decimal): -7924384 or 6296967. OLE color: 6296967.

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

Color convert

RGB 135 21 96 -
CMYK 0 0.84 0.29 0.47
HSL 320.53º 0.73% 0.31% -
HSV(B) 320.53º 0.84% 0.53% -
XYZ 12.37 6.53 11.68 -
YUV 63.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 135 21 96 0 0.84 0.29 0.47 320.53 0.73 0.31
Hex 87 15 60 0 54 1D 2F 141 49 1F
Octal 207 25 140 0 124 35 57 501 111 37
Binary 10000111 10101 1100000 0 1010100 11101 101111 101000001 1001001 11111

Color Harmonies of #871560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871560

Black with #871560

Text Example


Text Example

White with #871560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871560; }

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

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

background-color css

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

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

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

border-color css

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

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

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