#822A47

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

Shades of Disco #822A47

Tints of Disco #822A47

Color information

#822A47 (or 0x822A47) is unknown color: approx Disco. HEX triplet: 82, 2A and 47. RGB value is (130,42,71). Sum of RGB (Red+Green+Blue) = 130+42+71=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #822A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822A47 is #7DD5B8. Grayscale: #474747. Windows color (decimal): -8246713 or 4663938. OLE color: 4663938.

HSL color Cylindrical-coordinate representation of color #822A47: hue angle of 340.23º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #822A47 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1304271-
CMYK00.680.450.49
HSL340.23º51.16%33.73%-
HSV(B)340.23º67.69%50.98%-
XYZ11.176.866.7-
YUV71.62127.65169.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.50%
GREEN value IS 42 (16.80% from 255) = 17.28%
BLUE value IS 71 (28.12% from 255) = 29.22%
R=53.50%
G=17.28%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130427100.680.450.49340.2351.1633.73
Hex822A470442D311543322
Octal20252107010455615246342
Binary10000010101010100011101000100101101110001101010100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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