#832E4C

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

Shades of Disco #832E4C

Tints of Disco #832E4C

Color information

#832E4C (or 0x832E4C) is unknown color: approx Disco. HEX triplet: 83, 2E and 4C. RGB value is (131,46,76). Sum of RGB (Red+Green+Blue) = 131+46+76=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #832E4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832E4C is #7CD1B3. Grayscale: #4A4A4A. Windows color (decimal): -8180148 or 4992643. OLE color: 4992643.

HSL color Cylindrical-coordinate representation of color #832E4C: hue angle of 338.82º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #832E4C is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1314676-
CMYK00.650.420.49
HSL338.82º48.02%34.71%-
HSV(B)338.82º64.89%51.37%-
XYZ11.647.37.63-
YUV74.83128.66168.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.78%
GREEN value IS 46 (18.36% from 255) = 18.18%
BLUE value IS 76 (30.08% from 255) = 30.04%
R=51.78%
G=18.18%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131467600.650.420.49338.8248.0234.71
Hex832E4C0412A311533023
Octal20356114010152615236043
Binary10000011101110100110001000001101010110001101010011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832E4C; }

 p { color: rgb(131,46,76); }

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

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

 a { background-color: rgb(131,46,76); }

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

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

 span { border-color: rgb(131,46,76); }

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