Html Css Color HEX #880D56 Eggplant

📋 copy color: '#880D56'

red 136 ◦ green 13 ◦ blue 86

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

Shades of Eggplant #880D56

Tints of Eggplant #880D56

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.53%

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

R = 57.87%
G = 5.53%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#880D56 (or 0x880D56) is known color: Eggplant. HEX triplet: 88, 0D and 56. RGB value is (136,13,86). Sum of RGB (Red+Green+Blue) = 136+13+86=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #880D56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880D56 is #77F2A9. Grayscale: #393939. Windows color (decimal): -7860906 or 5639560. OLE color: 5639560.

HSL color Cylindrical-coordinate representation of color #880D56: hue angle of 324.39º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D56 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 86 -
CMYK 0 0.90 0.37 0.47
HSL 324.39º 0.83% 0.29% -
HSV(B) 324.39º 0.9% 0.53% -
XYZ 11.98 6.19 9.37 -
YUV 58.1 143.75 183.56 -
System Red Green Blue C M Y K H S L
Decimal 136 13 86 0 0.90 0.37 0.47 324.39 0.83 0.29
Hex 88 D 56 0 5A 25 2F 144 53 1D
Octal 210 15 126 0 132 45 57 504 123 35
Binary 10001000 1101 1010110 0 1011010 100101 101111 101000100 1010011 11101

Color Harmonies of #880D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D56

Black with #880D56

Text Example


Text Example

White with #880D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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