#823050

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

Shades of Disco #823050

Tints of Disco #823050

Color information

#823050 (or 0x823050) is unknown color: approx Disco. HEX triplet: 82, 30 and 50. RGB value is (130,48,80). Sum of RGB (Red+Green+Blue) = 130+48+80=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #823050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823050 is #7DCFAF. Grayscale: #4C4C4C. Windows color (decimal): -8245168 or 5255298. OLE color: 5255298.

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

Color convert

RGB1304880-
CMYK00.630.380.49
HSL336.59º46.07%34.9%-
HSV(B)336.59º63.08%50.98%-
XYZ11.717.448.41-
YUV76.17130.17166.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.39%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 80 (31.64% from 255) = 31.01%
R=50.39%
G=18.60%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130488000.630.380.49336.5946.0734.9
Hex82305003F26311512e23
Octal2026012007746615215643
Binary1000001011000010100000111111100110110001101010001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823050; }

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

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

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

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

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

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

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

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