Html Css Color HEX #880D55 Eggplant

📋 copy color: '#880D55'

red 136 ◦ green 13 ◦ blue 85

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

Shades of Eggplant #880D55

Tints of Eggplant #880D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.32%

R = 58.12%
G = 5.56%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#880D55 (or 0x880D55) is known color: Eggplant. HEX triplet: 88, 0D and 55. RGB value is (136,13,85). Sum of RGB (Red+Green+Blue) = 136+13+85=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #880D55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880D55 is #77F2AA. Grayscale: #393939. Windows color (decimal): -7860907 or 5574024. OLE color: 5574024.

HSL color Cylindrical-coordinate representation of color #880D55: hue angle of 324.88º 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 #880D55 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 85 -
CMYK 0 0.90 0.38 0.47
HSL 324.88º 0.83% 0.29% -
HSV(B) 324.88º 0.9% 0.53% -
XYZ 11.94 6.18 9.16 -
YUV 57.99 143.25 183.65 -
System Red Green Blue C M Y K H S L
Decimal 136 13 85 0 0.90 0.38 0.47 324.88 0.83 0.29
Hex 88 D 55 0 5A 26 2F 145 53 1D
Octal 210 15 125 0 132 46 57 505 123 35
Binary 10001000 1101 1010101 0 1011010 100110 101111 101000101 1010011 11101

Color Harmonies of #880D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D55

Black with #880D55

Text Example


Text Example

White with #880D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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