#821E4A

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

Shades of Disco #821E4A

Tints of Disco #821E4A

Color information

#821E4A (or 0x821E4A) is unknown color: approx Disco. HEX triplet: 82, 1E and 4A. RGB value is (130,30,74). Sum of RGB (Red+Green+Blue) = 130+30+74=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #821E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821E4A is #7DE1B5. Grayscale: #404040. Windows color (decimal): -8249782 or 4857474. OLE color: 4857474.

HSL color Cylindrical-coordinate representation of color #821E4A: hue angle of 333.6º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #821E4A is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1303074-
CMYK00.770.430.49
HSL333.6º62.5%31.37%-
HSV(B)333.6º76.92%50.98%-
XYZ10.916.177.09-
YUV64.92133.13174.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.56%
GREEN value IS 30 (12.11% from 255) = 12.82%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=55.56%
G=12.82%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130307400.770.430.49333.662.531.37
Hex821E4A04D2B3114e3e1f
Octal20236112011553615167637
Binary100000101111010010100100110110101111000110100111011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821E4A; }

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

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

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

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

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

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

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

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