#882440

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

Shades of Disco #882440

Tints of Disco #882440

Color information

#882440 (or 0x882440) is unknown color: approx Disco. HEX triplet: 88, 24 and 40. RGB value is (136,36,64). Sum of RGB (Red+Green+Blue) = 136+36+64=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #882440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882440 is #77DBBF. Grayscale: #454545. Windows color (decimal): -7855040 or 4203656. OLE color: 4203656.

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

Color convert

RGB1363664-
CMYK00.740.530.47
HSL343.2º58.14%33.73%-
HSV(B)343.2º73.53%53.33%-
XYZ11.716.875.56-
YUV69.09125.13175.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.63%
GREEN value IS 36 (14.45% from 255) = 15.25%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=57.63%
G=15.25%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136366400.740.530.47343.258.1433.73
Hex88244004A352F1573a22
Octal21044100011265575277242
Binary10001000100100100000001001010110101101111101010111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882440; }

 p { color: rgb(136,36,64); }

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

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

 a { background-color: rgb(136,36,64); }

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

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

 span { border-color: rgb(136,36,64); }

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