#882744

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

Shades of Disco #882744

Tints of Disco #882744

Color information

#882744 (or 0x882744) is unknown color: approx Disco. HEX triplet: 88, 27 and 44. RGB value is (136,39,68). Sum of RGB (Red+Green+Blue) = 136+39+68=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #882744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882744 is #77D8BB. Grayscale: #474747. Windows color (decimal): -7854268 or 4466568. OLE color: 4466568.

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

Color convert

RGB1363968-
CMYK00.710.500.47
HSL342.06º55.43%34.31%-
HSV(B)342.06º71.32%53.33%-
XYZ11.927.16.21-
YUV71.31126.14174.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.97%
GREEN value IS 39 (15.62% from 255) = 16.05%
BLUE value IS 68 (26.95% from 255) = 27.98%
R=55.97%
G=16.05%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136396800.710.500.47342.0655.4334.31
Hex882744047322F1563722
Octal21047104010762575266742
Binary10001000100111100010001000111110010101111101010110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882744; }

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

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

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

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

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

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

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

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