Html Css Color HEX #880349 Eggplant

📋 copy color: '#880349'

red 136 ◦ green 3 ◦ blue 73

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

Shades of Eggplant #880349

Tints of Eggplant #880349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

 BLUE value IS 73 (28.91% from 255) = 34.43%

R = 64.15%
G = 1.42%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#880349 (or 0x880349) is known color: Eggplant. HEX triplet: 88, 03 and 49. RGB value is (136,3,73). Sum of RGB (Red+Green+Blue) = 136+3+73=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #880349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880349 is #77FCB6. Grayscale: #323232. Windows color (decimal): -7863479 or 4785032. OLE color: 4785032.

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

Color convert

RGB 136 3 73 -
CMYK 0 0.98 0.46 0.47
HSL 328.42º 0.96% 0.27% -
HSV(B) 328.42º 0.98% 0.53% -
XYZ 11.39 5.78 6.82 -
YUV 50.75 140.56 188.81 -
System Red Green Blue C M Y K H S L
Decimal 136 3 73 0 0.98 0.46 0.47 328.42 0.96 0.27
Hex 88 3 49 0 62 2E 2F 148 60 1B
Octal 210 3 111 0 142 56 57 510 140 33
Binary 10001000 11 1001001 0 1100010 101110 101111 101001000 1100000 11011

Color Harmonies of #880349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880349

Black with #880349

Text Example


Text Example

White with #880349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880349; }

 p { color: rgb(136,3,73); }

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

background-color css

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

 a { background-color: rgb(136,3,73); }

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

border-color css

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

 span { border-color: rgb(136,3,73); }

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