#822E49

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

Shades of Disco #822E49

Tints of Disco #822E49

Color information

#822E49 (or 0x822E49) is unknown color: approx Disco. HEX triplet: 82, 2E and 49. RGB value is (130,46,73). Sum of RGB (Red+Green+Blue) = 130+46+73=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #822E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822E49 is #7DD1B6. Grayscale: #4A4A4A. Windows color (decimal): -8245687 or 4796034. OLE color: 4796034.

HSL color Cylindrical-coordinate representation of color #822E49: hue angle of 340.71º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #822E49 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1304673-
CMYK00.650.440.49
HSL340.71º47.73%34.51%-
HSV(B)340.71º64.62%50.98%-
XYZ11.397.187.09-
YUV74.19127.33167.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 73 (28.91% from 255) = 29.32%
R=52.21%
G=18.47%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130467300.650.440.49340.7147.7334.51
Hex822E490412C311553023
Octal20256111010154615256043
Binary10000010101110100100101000001101100110001101010101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,46,73); }

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

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

 a { background-color: rgb(130,46,73); }

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

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

 span { border-color: rgb(130,46,73); }

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