#822A48

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

Shades of Disco #822A48

Tints of Disco #822A48

Color information

#822A48 (or 0x822A48) is unknown color: approx Disco. HEX triplet: 82, 2A and 48. RGB value is (130,42,72). Sum of RGB (Red+Green+Blue) = 130+42+72=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #822A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822A48 is #7DD5B7. Grayscale: #474747. Windows color (decimal): -8246712 or 4729474. OLE color: 4729474.

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

Color convert

RGB1304272-
CMYK00.680.450.49
HSL339.55º51.16%33.73%-
HSV(B)339.55º67.69%50.98%-
XYZ11.26.876.87-
YUV71.73128.15169.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.28%
GREEN value IS 42 (16.80% from 255) = 17.21%
BLUE value IS 72 (28.52% from 255) = 29.51%
R=53.28%
G=17.21%
B=29.51%

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
Decimal130427200.680.450.49339.5551.1633.73
Hex822A480442D311543322
Octal20252110010455615246342
Binary10000010101010100100001000100101101110001101010100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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