#822946

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

Shades of Disco #822946

Tints of Disco #822946

Color information

#822946 (or 0x822946) is unknown color: approx Disco. HEX triplet: 82, 29 and 46. RGB value is (130,41,70). Sum of RGB (Red+Green+Blue) = 130+41+70=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #822946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822946 is #7DD6B9. Grayscale: #464646. Windows color (decimal): -8246970 or 4598146. OLE color: 4598146.

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

Color convert

RGB1304170-
CMYK00.680.460.49
HSL340.45º52.05%33.53%-
HSV(B)340.45º68.46%50.98%-
XYZ11.16.776.52-
YUV70.92127.49170.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 70 (27.73% from 255) = 29.05%
R=53.94%
G=17.01%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130417000.680.460.49340.4552.0533.53
Hex8229460442E311543422
Octal20251106010456615246442
Binary10000010101001100011001000100101110110001101010100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822946; }

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

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

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

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

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

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

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

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