#882E50

Color #882E50 Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #882E50

Tints of Disco #882E50

Color information

#882E50 (or 0x882E50) is unknown color: approx Disco. HEX triplet: 88, 2E and 50. RGB value is (136,46,80). Sum of RGB (Red+Green+Blue) = 136+46+80=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #882E50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882E50 is #77D1AF. Grayscale: #4C4C4C. Windows color (decimal): -7852464 or 5254792. OLE color: 5254792.

HSL color Cylindrical-coordinate representation of color #882E50: hue angle of 337.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #882E50 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1364680-
CMYK00.660.410.47
HSL337.33º49.45%35.69%-
HSV(B)337.33º66.18%53.33%-
XYZ12.587.778.43-
YUV76.79129.82170.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.91%
GREEN value IS 46 (18.36% from 255) = 17.56%
BLUE value IS 80 (31.64% from 255) = 30.53%
R=51.91%
G=17.56%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136468000.660.410.47337.3349.4535.69
Hex882E50042292F1513124
Octal21056120010251575216144
Binary10001000101110101000001000010101001101111101010001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882E50; }

 p { color: rgb(136,46,80); }

 H1.HeaderClassName
 {
   color: #882E50;
 }
 .AnyTagClassName
 {
   color: #882E50;
 }
</style>
background-color css

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

 a { background-color: rgb(136,46,80); }

 div.DivClassName
 {
   background-color: #882E50;
 }
 .BgClassName
 {
   background-color: #882E50;
 }
</style>
border-color css

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

 span { border-color: rgb(136,46,80); }

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