#822949

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

Shades of Disco #822949

Tints of Disco #822949

Color information

#822949 (or 0x822949) is unknown color: approx Disco. HEX triplet: 82, 29 and 49. RGB value is (130,41,73). Sum of RGB (Red+Green+Blue) = 130+41+73=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #822949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822949 is #7DD6B6. Grayscale: #474747. Windows color (decimal): -8246967 or 4794754. OLE color: 4794754.

HSL color Cylindrical-coordinate representation of color #822949: hue angle of 338.43º degrees, saturation: 0.52, 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 #822949 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1304173-
CMYK00.680.440.49
HSL338.43º52.05%33.53%-
HSV(B)338.43º68.46%50.98%-
XYZ11.26.817.03-
YUV71.26128.99169.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.28%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 73 (28.91% from 255) = 29.92%
R=53.28%
G=16.80%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130417300.680.440.49338.4352.0533.53
Hex8229490442C311523422
Octal20251111010454615226442
Binary10000010101001100100101000100101100110001101010010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822949; }

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

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

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

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

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

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

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

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