#832749

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

Shades of Disco #832749

Tints of Disco #832749

Color information

#832749 (or 0x832749) is unknown color: approx Disco. HEX triplet: 83, 27 and 49. RGB value is (131,39,73). Sum of RGB (Red+Green+Blue) = 131+39+73=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #832749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832749 is #7CD8B6. Grayscale: #464646. Windows color (decimal): -8181943 or 4794243. OLE color: 4794243.

HSL color Cylindrical-coordinate representation of color #832749: hue angle of 337.83º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #832749 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1313973-
CMYK00.700.440.49
HSL337.83º54.12%33.33%-
HSV(B)337.83º70.23%51.37%-
XYZ11.296.767.01-
YUV70.38129.48171.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.91%
GREEN value IS 39 (15.62% from 255) = 16.05%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=53.91%
G=16.05%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131397300.700.440.49337.8354.1233.33
Hex8327490462C311523621
Octal20347111010654615226641
Binary10000011100111100100101000110101100110001101010010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832749; }

 p { color: rgb(131,39,73); }

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

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

 a { background-color: rgb(131,39,73); }

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

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

 span { border-color: rgb(131,39,73); }

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