#82214A

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

Shades of Disco #82214A

Tints of Disco #82214A

Color information

#82214A (or 0x82214A) is unknown color: approx Disco. HEX triplet: 82, 21 and 4A. RGB value is (130,33,74). Sum of RGB (Red+Green+Blue) = 130+33+74=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #82214A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82214A is #7DDEB5. Grayscale: #424242. Windows color (decimal): -8249014 or 4858242. OLE color: 4858242.

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

Color convert

RGB1303374-
CMYK00.750.430.49
HSL334.64º59.51%31.96%-
HSV(B)334.64º74.62%50.98%-
XYZ10.996.337.12-
YUV66.68132.14173.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.85%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=54.85%
G=13.92%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130337400.750.430.49334.6459.5131.96
Hex82214A04B2B3114f3c20
Octal20241112011353615177440
Binary10000010100001100101001001011101011110001101001111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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