Html Css Color HEX #881256 Eggplant

📋 copy color: '#881256'

red 136 ◦ green 18 ◦ blue 86

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

Shades of Eggplant #881256

Tints of Eggplant #881256

RGB

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

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

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

R = 56.67%
G = 7.5%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#881256 (or 0x881256) is known color: Eggplant. HEX triplet: 88, 12 and 56. RGB value is (136,18,86). Sum of RGB (Red+Green+Blue) = 136+18+86=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #881256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881256 is #77EDA9. Grayscale: #3C3C3C. Windows color (decimal): -7859626 or 5640840. OLE color: 5640840.

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

Color convert

RGB 136 18 86 -
CMYK 0 0.87 0.37 0.47
HSL 325.42º 0.77% 0.3% -
HSV(B) 325.42º 0.87% 0.53% -
XYZ 12.05 6.34 9.39 -
YUV 61.03 142.09 181.47 -
System Red Green Blue C M Y K H S L
Decimal 136 18 86 0 0.87 0.37 0.47 325.42 0.77 0.3
Hex 88 12 56 0 57 25 2F 145 4D 1E
Octal 210 22 126 0 127 45 57 505 115 36
Binary 10001000 10010 1010110 0 1010111 100101 101111 101000101 1001101 11110

Color Harmonies of #881256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881256

Black with #881256

Text Example


Text Example

White with #881256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881256; }

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

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

background-color css

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

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

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

border-color css

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

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

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