Html Css Color HEX #881363 Eggplant

📋 copy color: '#881363'

red 136 ◦ green 19 ◦ blue 99

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

Shades of Eggplant #881363

Tints of Eggplant #881363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.48%

 BLUE value IS 99 (39.06% from 255) = 38.98%

R = 53.54%
G = 7.48%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#881363 (or 0x881363) is known color: Eggplant. HEX triplet: 88, 13 and 63. RGB value is (136,19,99). Sum of RGB (Red+Green+Blue) = 136+19+99=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #881363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881363 is #77EC9C. Grayscale: #3E3E3E. Windows color (decimal): -7859357 or 6493064. OLE color: 6493064.

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

Color convert

RGB 136 19 99 -
CMYK 0 0.86 0.27 0.47
HSL 318.97º 0.75% 0.3% -
HSV(B) 318.97º 0.86% 0.53% -
XYZ 12.64 6.6 12.41 -
YUV 63.1 148.26 180 -
System Red Green Blue C M Y K H S L
Decimal 136 19 99 0 0.86 0.27 0.47 318.97 0.75 0.3
Hex 88 13 63 0 56 1B 2F 13F 4B 1E
Octal 210 23 143 0 126 33 57 477 113 36
Binary 10001000 10011 1100011 0 1010110 11011 101111 100111111 1001011 11110

Color Harmonies of #881363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881363

Black with #881363

Text Example


Text Example

White with #881363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881363; }

 p { color: rgb(136,19,99); }

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

background-color css

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

 a { background-color: rgb(136,19,99); }

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

border-color css

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

 span { border-color: rgb(136,19,99); }

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