#822A4D

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

Shades of Disco #822A4D

Tints of Disco #822A4D

Color information

#822A4D (or 0x822A4D) is unknown color: approx Disco. HEX triplet: 82, 2A and 4D. RGB value is (130,42,77). Sum of RGB (Red+Green+Blue) = 130+42+77=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #822A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822A4D is #7DD5B2. Grayscale: #484848. Windows color (decimal): -8246707 or 5057154. OLE color: 5057154.

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

Color convert

RGB1304277-
CMYK00.680.410.49
HSL336.14º51.16%33.73%-
HSV(B)336.14º67.69%50.98%-
XYZ11.376.947.76-
YUV72.3130.65169.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 42 (16.80% from 255) = 16.87%
BLUE value IS 77 (30.47% from 255) = 30.92%
R=52.21%
G=16.87%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130427700.680.410.49336.1451.1633.73
Hex822A4D04429311503322
Octal20252115010451615206342
Binary10000010101010100110101000100101001110001101010000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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