#882542

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

Shades of Disco #882542

Tints of Disco #882542

Color information

#882542 (or 0x882542) is unknown color: approx Disco. HEX triplet: 88, 25 and 42. RGB value is (136,37,66). Sum of RGB (Red+Green+Blue) = 136+37+66=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #882542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882542 is #77DABD. Grayscale: #454545. Windows color (decimal): -7854782 or 4334984. OLE color: 4334984.

HSL color Cylindrical-coordinate representation of color #882542: hue angle of 342.42º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #882542 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1363766-
CMYK00.730.510.47
HSL342.42º57.23%33.92%-
HSV(B)342.42º72.79%53.33%-
XYZ11.86.955.87-
YUV69.91125.8175.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.90%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 66 (26.17% from 255) = 27.62%
R=56.90%
G=15.48%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136376600.730.510.47342.4257.2333.92
Hex882542049332F1563922
Octal21045102011163575267142
Binary10001000100101100001001001001110011101111101010110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882542; }

 p { color: rgb(136,37,66); }

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

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

 a { background-color: rgb(136,37,66); }

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

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

 span { border-color: rgb(136,37,66); }

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