#822A4C

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

Shades of Disco #822A4C

Tints of Disco #822A4C

Color information

#822A4C (or 0x822A4C) is unknown color: approx Disco. HEX triplet: 82, 2A and 4C. RGB value is (130,42,76). Sum of RGB (Red+Green+Blue) = 130+42+76=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #822A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822A4C is #7DD5B3. Grayscale: #484848. Windows color (decimal): -8246708 or 4991618. OLE color: 4991618.

HSL color Cylindrical-coordinate representation of color #822A4C: hue angle of 336.82º 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 #822A4C is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1304276-
CMYK00.680.420.49
HSL336.82º51.16%33.73%-
HSV(B)336.82º67.69%50.98%-
XYZ11.346.927.58-
YUV72.19130.15169.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 42 (16.80% from 255) = 16.94%
BLUE value IS 76 (30.08% from 255) = 30.65%
R=52.42%
G=16.94%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130427600.680.420.49336.8251.1633.73
Hex822A4C0442A311513322
Octal20252114010452615216342
Binary10000010101010100110001000100101010110001101010001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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