#882742

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

Shades of Disco #882742

Tints of Disco #882742

Color information

#882742 (or 0x882742) is unknown color: approx Disco. HEX triplet: 88, 27 and 42. RGB value is (136,39,66). Sum of RGB (Red+Green+Blue) = 136+39+66=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #882742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882742 is #77D8BD. Grayscale: #474747. Windows color (decimal): -7854270 or 4335496. OLE color: 4335496.

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

Color convert

RGB1363966-
CMYK00.710.510.47
HSL343.3º55.43%34.31%-
HSV(B)343.3º71.32%53.33%-
XYZ11.867.085.9-
YUV71.08125.14174.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.43%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 66 (26.17% from 255) = 27.39%
R=56.43%
G=16.18%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136396600.710.510.47343.355.4334.31
Hex882742047332F1573722
Octal21047102010763575276742
Binary10001000100111100001001000111110011101111101010111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882742; }

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

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

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

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

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

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

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

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