#822142

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

Shades of Disco #822142

Tints of Disco #822142

Color information

#822142 (or 0x822142) is unknown color: approx Disco. HEX triplet: 82, 21 and 42. RGB value is (130,33,66). Sum of RGB (Red+Green+Blue) = 130+33+66=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #822142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822142 is #7DDEBD. Grayscale: #414141. Windows color (decimal): -8249022 or 4333954. OLE color: 4333954.

HSL color Cylindrical-coordinate representation of color #822142: hue angle of 339.59º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822142 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB1303366-
CMYK00.750.490.49
HSL339.59º59.51%31.96%-
HSV(B)339.59º74.62%50.98%-
XYZ10.736.235.79-
YUV65.76128.14173.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.77%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=56.77%
G=14.41%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130336600.750.490.49339.5959.5131.96
Hex82214204B31311543c20
Octal20241102011361615247440
Binary10000010100001100001001001011110001110001101010100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822142; }

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

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

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

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

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

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

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

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