#822140

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

Shades of Disco #822140

Tints of Disco #822140

Color information

#822140 (or 0x822140) is unknown color: approx Disco. HEX triplet: 82, 21 and 40. RGB value is (130,33,64). Sum of RGB (Red+Green+Blue) = 130+33+64=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #822140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822140 is #7DDEBF. Grayscale: #414141. Windows color (decimal): -8249024 or 4202882. OLE color: 4202882.

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

Color convert

RGB1303364-
CMYK00.750.510.49
HSL340.82º59.51%31.96%-
HSV(B)340.82º74.62%50.98%-
XYZ10.686.25.49-
YUV65.54127.14173.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 33 (13.28% from 255) = 14.54%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=57.27%
G=14.54%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130336400.750.510.49340.8259.5131.96
Hex82214004B33311553c20
Octal20241100011363615257440
Binary10000010100001100000001001011110011110001101010101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822140; }

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

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

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

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

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

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

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

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