#82294C

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

Shades of Disco #82294C

Tints of Disco #82294C

Color information

#82294C (or 0x82294C) is unknown color: approx Disco. HEX triplet: 82, 29 and 4C. RGB value is (130,41,76). Sum of RGB (Red+Green+Blue) = 130+41+76=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #82294C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82294C is #7DD6B3. Grayscale: #474747. Windows color (decimal): -8246964 or 4991362. OLE color: 4991362.

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

Color convert

RGB1304176-
CMYK00.680.420.49
HSL336.4º52.05%33.53%-
HSV(B)336.4º68.46%50.98%-
XYZ11.36.857.56-
YUV71.6130.49169.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.63%
GREEN value IS 41 (16.41% from 255) = 16.60%
BLUE value IS 76 (30.08% from 255) = 30.77%
R=52.63%
G=16.60%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130417600.680.420.49336.452.0533.53
Hex82294C0442A311503422
Octal20251114010452615206442
Binary10000010101001100110001000100101010110001101010000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82294C; }

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

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

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

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

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

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

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

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