#822D4F

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

Shades of Disco #822D4F

Tints of Disco #822D4F

Color information

#822D4F (or 0x822D4F) is unknown color: approx Disco. HEX triplet: 82, 2D and 4F. RGB value is (130,45,79). Sum of RGB (Red+Green+Blue) = 130+45+79=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #822D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822D4F is #7DD2B0. Grayscale: #4A4A4A. Windows color (decimal): -8245937 or 5188994. OLE color: 5188994.

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

Color convert

RGB1304579-
CMYK00.650.390.49
HSL336º48.57%34.31%-
HSV(B)336º65.38%50.98%-
XYZ11.567.198.18-
YUV74.29130.66167.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.18%
GREEN value IS 45 (17.97% from 255) = 17.72%
BLUE value IS 79 (31.25% from 255) = 31.10%
R=51.18%
G=17.72%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130457900.650.390.4933648.5734.31
Hex822D4F04127311503122
Octal20255117010147615206142
Binary10000010101101100111101000001100111110001101010000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,45,79); }

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

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

 a { background-color: rgb(130,45,79); }

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

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

 span { border-color: rgb(130,45,79); }

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