#882E4B

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

Shades of Disco #882E4B

Tints of Disco #882E4B

Color information

#882E4B (or 0x882E4B) is unknown color: approx Disco. HEX triplet: 88, 2E and 4B. RGB value is (136,46,75). Sum of RGB (Red+Green+Blue) = 136+46+75=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #882E4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E4B is #77D1B4. Grayscale: #4C4C4C. Windows color (decimal): -7852469 or 4927112. OLE color: 4927112.

HSL color Cylindrical-coordinate representation of color #882E4B: hue angle of 340.67º 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 #882E4B is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1364675-
CMYK00.660.450.47
HSL340.67º49.45%35.69%-
HSV(B)340.67º66.18%53.33%-
XYZ12.47.77.49-
YUV76.22127.32170.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.92%
GREEN value IS 46 (18.36% from 255) = 17.90%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=52.92%
G=17.90%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136467500.660.450.47340.6749.4535.69
Hex882E4B0422D2F1553124
Octal21056113010255575256144
Binary10001000101110100101101000010101101101111101010101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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