#822942

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

Shades of Disco #822942

Tints of Disco #822942

Color information

#822942 (or 0x822942) is unknown color: approx Disco. HEX triplet: 82, 29 and 42. RGB value is (130,41,66). Sum of RGB (Red+Green+Blue) = 130+41+66=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #822942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822942 is #7DD6BD. Grayscale: #464646. Windows color (decimal): -8246974 or 4336002. OLE color: 4336002.

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

Color convert

RGB1304166-
CMYK00.680.490.49
HSL343.15º52.05%33.53%-
HSV(B)343.15º68.46%50.98%-
XYZ10.986.735.87-
YUV70.46125.49170.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.85%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 66 (26.17% from 255) = 27.85%
R=54.85%
G=17.30%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130416600.680.490.49343.1552.0533.53
Hex82294204431311573422
Octal20251102010461615276442
Binary10000010101001100001001000100110001110001101010111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822942; }

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

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

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

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

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

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

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

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