#822A42

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

Shades of Disco #822A42

Tints of Disco #822A42

Color information

#822A42 (or 0x822A42) is unknown color: approx Disco. HEX triplet: 82, 2A and 42. RGB value is (130,42,66). Sum of RGB (Red+Green+Blue) = 130+42+66=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #822A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822A42 is #7DD5BD. Grayscale: #474747. Windows color (decimal): -8246718 or 4336258. OLE color: 4336258.

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

Color convert

RGB1304266-
CMYK00.680.490.49
HSL343.64º51.16%33.73%-
HSV(B)343.64º67.69%50.98%-
XYZ11.026.85.89-
YUV71.05125.15170.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 42 (16.80% from 255) = 17.65%
BLUE value IS 66 (26.17% from 255) = 27.73%
R=54.62%
G=17.65%
B=27.73%

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
Decimal130426600.680.490.49343.6451.1633.73
Hex822A4204431311583322
Octal20252102010461615306342
Binary10000010101010100001001000100110001110001101011000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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