#82304A

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

Shades of Disco #82304A

Tints of Disco #82304A

Color information

#82304A (or 0x82304A) is unknown color: approx Disco. HEX triplet: 82, 30 and 4A. RGB value is (130,48,74). Sum of RGB (Red+Green+Blue) = 130+48+74=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #82304A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82304A is #7DCFB5. Grayscale: #4B4B4B. Windows color (decimal): -8245174 or 4862082. OLE color: 4862082.

HSL color Cylindrical-coordinate representation of color #82304A: hue angle of 340.98º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82304A is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1304874-
CMYK00.630.430.49
HSL340.98º46.07%34.9%-
HSV(B)340.98º63.08%50.98%-
XYZ11.57.357.29-
YUV75.48127.17166.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.59%
GREEN value IS 48 (19.14% from 255) = 19.05%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=51.59%
G=19.05%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130487400.630.430.49340.9846.0734.9
Hex82304A03F2B311552e23
Octal2026011207753615255643
Binary1000001011000010010100111111101011110001101010101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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