Html Css Color HEX #880B5B Eggplant

📋 copy color: '#880B5B'

red 136 ◦ green 11 ◦ blue 91

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

Shades of Eggplant #880B5B

Tints of Eggplant #880B5B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.62%

 BLUE value IS 91 (35.94% from 255) = 38.24%

R = 57.14%
G = 4.62%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#880B5B (or 0x880B5B) is known color: Eggplant. HEX triplet: 88, 0B and 5B. RGB value is (136,11,91). Sum of RGB (Red+Green+Blue) = 136+11+91=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #880B5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880B5B is #77F4A4. Grayscale: #393939. Windows color (decimal): -7861413 or 5966728. OLE color: 5966728.

HSL color Cylindrical-coordinate representation of color #880B5B: hue angle of 321.6º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B5B is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 11 91 -
CMYK 0 0.92 0.33 0.47
HSL 321.6º 0.85% 0.29% -
HSV(B) 321.6º 0.92% 0.53% -
XYZ 12.16 6.23 10.46 -
YUV 57.5 146.91 184 -
System Red Green Blue C M Y K H S L
Decimal 136 11 91 0 0.92 0.33 0.47 321.6 0.85 0.29
Hex 88 B 5B 0 5C 21 2F 142 55 1D
Octal 210 13 133 0 134 41 57 502 125 35
Binary 10001000 1011 1011011 0 1011100 100001 101111 101000010 1010101 11101

Color Harmonies of #880B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880B5B

Black with #880B5B

Text Example


Text Example

White with #880B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,11,91); }

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

background-color css

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

 a { background-color: rgb(136,11,91); }

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

border-color css

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

 span { border-color: rgb(136,11,91); }

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