#882546

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

Shades of Disco #882546

Tints of Disco #882546

Color information

#882546 (or 0x882546) is unknown color: approx Disco. HEX triplet: 88, 25 and 46. RGB value is (136,37,70). Sum of RGB (Red+Green+Blue) = 136+37+70=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #882546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882546 is #77DAB9. Grayscale: #464646. Windows color (decimal): -7854778 or 4597128. OLE color: 4597128.

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

Color convert

RGB1363770-
CMYK00.730.490.47
HSL340º57.23%33.92%-
HSV(B)340º72.79%53.33%-
XYZ11.9276.52-
YUV70.36127.8174.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.97%
GREEN value IS 37 (14.84% from 255) = 15.23%
BLUE value IS 70 (27.73% from 255) = 28.81%
R=55.97%
G=15.23%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136377000.730.490.4734057.2333.92
Hex882546049312F1543922
Octal21045106011161575247142
Binary10001000100101100011001001001110001101111101010100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882546; }

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

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

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

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

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

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

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

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