#882845

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

Shades of Disco #882845

Tints of Disco #882845

Color information

#882845 (or 0x882845) is unknown color: approx Disco. HEX triplet: 88, 28 and 45. RGB value is (136,40,69). Sum of RGB (Red+Green+Blue) = 136+40+69=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #882845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882845 is #77D7BA. Grayscale: #474747. Windows color (decimal): -7854011 or 4532360. OLE color: 4532360.

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

Color convert

RGB1364069-
CMYK00.710.490.47
HSL341.88º54.55%34.51%-
HSV(B)341.88º70.59%53.33%-
XYZ11.997.186.38-
YUV72.01126.3173.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 69 (27.34% from 255) = 28.16%
R=55.51%
G=16.33%
B=28.16%

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
Decimal136406900.710.490.47341.8854.5534.51
Hex882845047312F1563723
Octal21050105010761575266743
Binary10001000101000100010101000111110001101111101010110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882845; }

 p { color: rgb(136,40,69); }

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

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

 a { background-color: rgb(136,40,69); }

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

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

 span { border-color: rgb(136,40,69); }

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