#882444

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

Shades of Disco #882444

Tints of Disco #882444

Color information

#882444 (or 0x882444) is unknown color: approx Disco. HEX triplet: 88, 24 and 44. RGB value is (136,36,68). Sum of RGB (Red+Green+Blue) = 136+36+68=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #882444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882444 is #77DBBB. Grayscale: #454545. Windows color (decimal): -7855036 or 4465800. OLE color: 4465800.

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

Color convert

RGB1363668-
CMYK00.740.500.47
HSL340.8º58.14%33.73%-
HSV(B)340.8º73.53%53.33%-
XYZ11.836.916.18-
YUV69.55127.13175.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.67%
GREEN value IS 36 (14.45% from 255) = 15%
BLUE value IS 68 (26.95% from 255) = 28.33%
R=56.67%
G=15%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136366800.740.500.47340.858.1433.73
Hex88244404A322F1553a22
Octal21044104011262575257242
Binary10001000100100100010001001010110010101111101010101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882444; }

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

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

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

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

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

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

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

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