#832546

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

Shades of Disco #832546

Tints of Disco #832546

Color information

#832546 (or 0x832546) is unknown color: approx Disco. HEX triplet: 83, 25 and 46. RGB value is (131,37,70). Sum of RGB (Red+Green+Blue) = 131+37+70=238 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.04% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 131 - color contains mainly: red. Hex color #832546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832546 is #7CDAB9. Grayscale: #444444. Windows color (decimal): -8182458 or 4597123. OLE color: 4597123.

HSL color Cylindrical-coordinate representation of color #832546: hue angle of 338.94º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #832546 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1313770-
CMYK00.720.470.49
HSL338.94º55.95%32.94%-
HSV(B)338.94º71.76%51.37%-
XYZ11.136.596.48-
YUV68.87128.64172.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.04%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 70 (27.73% from 255) = 29.41%
R=55.04%
G=15.55%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131377000.720.470.49338.9455.9532.94
Hex8325460482F311533821
Octal20345106011057615237041
Binary10000011100101100011001001000101111110001101010011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832546; }

 p { color: rgb(131,37,70); }

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

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

 a { background-color: rgb(131,37,70); }

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

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

 span { border-color: rgb(131,37,70); }

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