Html Css Color HEX #881860 Eggplant

📋 copy color: '#881860'

red 136 ◦ green 24 ◦ blue 96

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

Shades of Eggplant #881860

Tints of Eggplant #881860

RGB

 RED value IS 136 (53.52% from 255) = 53.13%

 GREEN value IS 24 (9.77% from 255) = 9.38%

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

R = 53.13%
G = 9.38%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#881860 (or 0x881860) is known color: Eggplant. HEX triplet: 88, 18 and 60. RGB value is (136,24,96). Sum of RGB (Red+Green+Blue) = 136+24+96=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #881860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881860 is #77E79F. Grayscale: #414141. Windows color (decimal): -7858080 or 6297736. OLE color: 6297736.

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

Color convert

RGB 136 24 96 -
CMYK 0 0.82 0.29 0.47
HSL 321.43º 0.7% 0.31% -
HSV(B) 321.43º 0.82% 0.53% -
XYZ 12.59 6.73 11.7 -
YUV 65.7 145.11 178.15 -
System Red Green Blue C M Y K H S L
Decimal 136 24 96 0 0.82 0.29 0.47 321.43 0.7 0.31
Hex 88 18 60 0 52 1D 2F 141 46 1F
Octal 210 30 140 0 122 35 57 501 106 37
Binary 10001000 11000 1100000 0 1010010 11101 101111 101000001 1000110 11111

Color Harmonies of #881860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881860

Black with #881860

Text Example


Text Example

White with #881860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881860; }

 p { color: rgb(136,24,96); }

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

background-color css

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

 a { background-color: rgb(136,24,96); }

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

border-color css

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

 span { border-color: rgb(136,24,96); }

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