Html Css Color HEX #880C53 Eggplant

📋 copy color: '#880C53'

red 136 ◦ green 12 ◦ blue 83

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

Shades of Eggplant #880C53

Tints of Eggplant #880C53

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.19%

 BLUE value IS 83 (32.81% from 255) = 35.93%

R = 58.87%
G = 5.19%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#880C53 (or 0x880C53) is known color: Eggplant. HEX triplet: 88, 0C and 53. RGB value is (136,12,83). Sum of RGB (Red+Green+Blue) = 136+12+83=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #880C53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C53 is #77F3AC. Grayscale: #393939. Windows color (decimal): -7861165 or 5442696. OLE color: 5442696.

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

Color convert

RGB 136 12 83 -
CMYK 0 0.91 0.39 0.47
HSL 325.65º 0.84% 0.29% -
HSV(B) 325.65º 0.91% 0.53% -
XYZ 11.85 6.12 8.74 -
YUV 57.17 142.58 184.23 -
System Red Green Blue C M Y K H S L
Decimal 136 12 83 0 0.91 0.39 0.47 325.65 0.84 0.29
Hex 88 C 53 0 5B 27 2F 146 54 1D
Octal 210 14 123 0 133 47 57 506 124 35
Binary 10001000 1100 1010011 0 1011011 100111 101111 101000110 1010100 11101

Color Harmonies of #880C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C53

Black with #880C53

Text Example


Text Example

White with #880C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,12,83); }

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

background-color css

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

 a { background-color: rgb(136,12,83); }

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

border-color css

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

 span { border-color: rgb(136,12,83); }

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