#882649

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

Shades of Disco #882649

Tints of Disco #882649

Color information

#882649 (or 0x882649) is unknown color: approx Disco. HEX triplet: 88, 26 and 49. RGB value is (136,38,73). Sum of RGB (Red+Green+Blue) = 136+38+73=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #882649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882649 is #77D9B6. Grayscale: #474747. Windows color (decimal): -7854519 or 4793992. OLE color: 4793992.

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

Color convert

RGB1363873-
CMYK00.720.460.47
HSL338.57º56.32%34.12%-
HSV(B)338.57º72.06%53.33%-
XYZ12.057.17.04-
YUV71.29128.97174.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.06%
GREEN value IS 38 (15.23% from 255) = 15.38%
BLUE value IS 73 (28.91% from 255) = 29.55%
R=55.06%
G=15.38%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136387300.720.460.47338.5756.3234.12
Hex8826490482E2F1533822
Octal21046111011056575237042
Binary10001000100110100100101001000101110101111101010011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882649; }

 p { color: rgb(136,38,73); }

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

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

 a { background-color: rgb(136,38,73); }

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

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

 span { border-color: rgb(136,38,73); }

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