#822141

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

Shades of Disco #822141

Tints of Disco #822141

Color information

#822141 (or 0x822141) is unknown color: approx Disco. HEX triplet: 82, 21 and 41. RGB value is (130,33,65). Sum of RGB (Red+Green+Blue) = 130+33+65=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #822141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822141 is #7DDEBE. Grayscale: #414141. Windows color (decimal): -8249023 or 4268418. OLE color: 4268418.

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

Color convert

RGB1303365-
CMYK00.750.500.49
HSL340.21º59.51%31.96%-
HSV(B)340.21º74.62%50.98%-
XYZ10.76.225.64-
YUV65.65127.64173.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.02%
GREEN value IS 33 (13.28% from 255) = 14.47%
BLUE value IS 65 (25.78% from 255) = 28.51%
R=57.02%
G=14.47%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130336500.750.500.49340.2159.5131.96
Hex82214104B32311543c20
Octal20241101011362615247440
Binary10000010100001100000101001011110010110001101010100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822141; }

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

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

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

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

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

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

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

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