#882A47

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

Shades of Disco #882A47

Tints of Disco #882A47

Color information

#882A47 (or 0x882A47) is unknown color: approx Disco. HEX triplet: 88, 2A and 47. RGB value is (136,42,71). Sum of RGB (Red+Green+Blue) = 136+42+71=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #882A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A47 is #77D5B8. Grayscale: #494949. Windows color (decimal): -7853497 or 4663944. OLE color: 4663944.

HSL color Cylindrical-coordinate representation of color #882A47: hue angle of 341.49º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #882A47 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1364271-
CMYK00.690.480.47
HSL341.49º52.81%34.9%-
HSV(B)341.49º69.12%53.33%-
XYZ12.127.356.74-
YUV73.41126.64172.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.62%
GREEN value IS 42 (16.80% from 255) = 16.87%
BLUE value IS 71 (28.12% from 255) = 28.51%
R=54.62%
G=16.87%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136427100.690.480.47341.4952.8134.9
Hex882A47045302F1553523
Octal21052107010560575256543
Binary10001000101010100011101000101110000101111101010101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882A47; }

 p { color: rgb(136,42,71); }

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

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

 a { background-color: rgb(136,42,71); }

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

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

 span { border-color: rgb(136,42,71); }

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