#82204C

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

Shades of Disco #82204C

Tints of Disco #82204C

Color information

#82204C (or 0x82204C) is unknown color: approx Disco. HEX triplet: 82, 20 and 4C. RGB value is (130,32,76). Sum of RGB (Red+Green+Blue) = 130+32+76=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #82204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82204C is #7DDFB3. Grayscale: #424242. Windows color (decimal): -8249268 or 4989058. OLE color: 4989058.

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

Color convert

RGB1303276-
CMYK00.750.420.49
HSL333.06º60.49%31.76%-
HSV(B)333.06º75.38%50.98%-
XYZ11.036.37.47-
YUV66.32133.47173.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 32 (12.89% from 255) = 13.45%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=54.62%
G=13.45%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130327600.750.420.49333.0660.4931.76
Hex82204C04B2A3114d3c20
Octal20240114011352615157440
Binary10000010100000100110001001011101010110001101001101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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