#82214C

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

Shades of Disco #82214C

Tints of Disco #82214C

Color information

#82214C (or 0x82214C) is unknown color: approx Disco. HEX triplet: 82, 21 and 4C. RGB value is (130,33,76). Sum of RGB (Red+Green+Blue) = 130+33+76=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #82214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82214C is #7DDEB3. Grayscale: #424242. Windows color (decimal): -8249012 or 4989314. OLE color: 4989314.

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

Color convert

RGB1303376-
CMYK00.750.420.49
HSL333.4º59.51%31.96%-
HSV(B)333.4º74.62%50.98%-
XYZ11.056.367.48-
YUV66.9133.14173-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.39%
GREEN value IS 33 (13.28% from 255) = 13.81%
BLUE value IS 76 (30.08% from 255) = 31.80%
R=54.39%
G=13.81%
B=31.80%

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
Decimal130337600.750.420.49333.459.5131.96
Hex82214C04B2A3114d3c20
Octal20241114011352615157440
Binary10000010100001100110001001011101010110001101001101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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