#822E47

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

Shades of Disco #822E47

Tints of Disco #822E47

Color information

#822E47 (or 0x822E47) is unknown color: approx Disco. HEX triplet: 82, 2E and 47. RGB value is (130,46,71). Sum of RGB (Red+Green+Blue) = 130+46+71=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #822E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822E47 is #7DD1B8. Grayscale: #494949. Windows color (decimal): -8245689 or 4664962. OLE color: 4664962.

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

Color convert

RGB1304671-
CMYK00.650.450.49
HSL342.14º47.73%34.51%-
HSV(B)342.14º64.62%50.98%-
XYZ11.327.156.75-
YUV73.97126.33167.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.63%
GREEN value IS 46 (18.36% from 255) = 18.62%
BLUE value IS 71 (28.12% from 255) = 28.74%
R=52.63%
G=18.62%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130467100.650.450.49342.1447.7334.51
Hex822E470412D311563023
Octal20256107010155615266043
Binary10000010101110100011101000001101101110001101010110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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