Html Css Color HEX #881056 Eggplant

📋 copy color: '#881056'

red 136 ◦ green 16 ◦ blue 86

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

Shades of Eggplant #881056

Tints of Eggplant #881056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 36.13%

R = 57.14%
G = 6.72%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#881056 (or 0x881056) is known color: Eggplant. HEX triplet: 88, 10 and 56. RGB value is (136,16,86). Sum of RGB (Red+Green+Blue) = 136+16+86=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #881056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881056 is #77EFA9. Grayscale: #3B3B3B. Windows color (decimal): -7860138 or 5640328. OLE color: 5640328.

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

Color convert

RGB 136 16 86 -
CMYK 0 0.88 0.37 0.47
HSL 325º 0.79% 0.3% -
HSV(B) 325º 0.88% 0.53% -
XYZ 12.02 6.28 9.38 -
YUV 59.86 142.76 182.31 -
System Red Green Blue C M Y K H S L
Decimal 136 16 86 0 0.88 0.37 0.47 325 0.79 0.3
Hex 88 10 56 0 58 25 2F 145 4F 1E
Octal 210 20 126 0 130 45 57 505 117 36
Binary 10001000 10000 1010110 0 1011000 100101 101111 101000101 1001111 11110

Color Harmonies of #881056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881056

Black with #881056

Text Example


Text Example

White with #881056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881056; }

 p { color: rgb(136,16,86); }

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

background-color css

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

 a { background-color: rgb(136,16,86); }

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

border-color css

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

 span { border-color: rgb(136,16,86); }

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