#82304E

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

Shades of Disco #82304E

Tints of Disco #82304E

Color information

#82304E (or 0x82304E) is unknown color: approx Disco. HEX triplet: 82, 30 and 4E. RGB value is (130,48,78). Sum of RGB (Red+Green+Blue) = 130+48+78=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82304E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82304E is #7DCFB1. Grayscale: #4B4B4B. Windows color (decimal): -8245170 or 5124226. OLE color: 5124226.

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

Color convert

RGB1304878-
CMYK00.630.400.49
HSL338.05º46.07%34.9%-
HSV(B)338.05º63.08%50.98%-
XYZ11.647.418.02-
YUV75.94129.17166.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 48 (19.14% from 255) = 18.75%
BLUE value IS 78 (30.86% from 255) = 30.47%
R=50.78%
G=18.75%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130487800.630.400.49338.0546.0734.9
Hex82304E03F28311522e23
Octal2026011607750615225643
Binary1000001011000010011100111111101000110001101010010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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