#882547

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

Shades of Disco #882547

Tints of Disco #882547

Color information

#882547 (or 0x882547) is unknown color: approx Disco. HEX triplet: 88, 25 and 47. RGB value is (136,37,71). Sum of RGB (Red+Green+Blue) = 136+37+71=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #882547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882547 is #77DAB8. Grayscale: #464646. Windows color (decimal): -7854777 or 4662664. OLE color: 4662664.

HSL color Cylindrical-coordinate representation of color #882547: hue angle of 339.39º 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 #882547 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1363771-
CMYK00.730.480.47
HSL339.39º57.23%33.92%-
HSV(B)339.39º72.79%53.33%-
XYZ11.957.016.68-
YUV70.48128.3174.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.74%
GREEN value IS 37 (14.84% from 255) = 15.16%
BLUE value IS 71 (28.12% from 255) = 29.10%
R=55.74%
G=15.16%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136377100.730.480.47339.3957.2333.92
Hex882547049302F1533922
Octal21045107011160575237142
Binary10001000100101100011101001001110000101111101010011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882547; }

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

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

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

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

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

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

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

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