#82304C

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

Shades of Disco #82304C

Tints of Disco #82304C

Color information

#82304C (or 0x82304C) is unknown color: approx Disco. HEX triplet: 82, 30 and 4C. RGB value is (130,48,76). Sum of RGB (Red+Green+Blue) = 130+48+76=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #82304C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82304C is #7DCFB3. Grayscale: #4B4B4B. Windows color (decimal): -8245172 or 4993154. OLE color: 4993154.

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

Color convert

RGB1304876-
CMYK00.630.420.49
HSL339.51º46.07%34.9%-
HSV(B)339.51º63.08%50.98%-
XYZ11.577.387.65-
YUV75.71128.17166.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.18%
GREEN value IS 48 (19.14% from 255) = 18.90%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=51.18%
G=18.90%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130487600.630.420.49339.5146.0734.9
Hex82304C03F2A311542e23
Octal2026011407752615245643
Binary1000001011000010011000111111101010110001101010100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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