#882746

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

Shades of Disco #882746

Tints of Disco #882746

Color information

#882746 (or 0x882746) is unknown color: approx Disco. HEX triplet: 88, 27 and 46. RGB value is (136,39,70). Sum of RGB (Red+Green+Blue) = 136+39+70=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #882746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882746 is #77D8B9. Grayscale: #474747. Windows color (decimal): -7854266 or 4597640. OLE color: 4597640.

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

Color convert

RGB1363970-
CMYK00.710.490.47
HSL340.82º55.43%34.31%-
HSV(B)340.82º71.32%53.33%-
XYZ11.987.136.54-
YUV71.54127.14173.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 39 (15.62% from 255) = 15.92%
BLUE value IS 70 (27.73% from 255) = 28.57%
R=55.51%
G=15.92%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136397000.710.490.47340.8255.4334.31
Hex882746047312F1553722
Octal21047106010761575256742
Binary10001000100111100011001000111110001101111101010101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882746; }

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

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

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

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

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

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

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

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