#832C4D

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

Shades of Disco #832C4D

Tints of Disco #832C4D

Color information

#832C4D (or 0x832C4D) is unknown color: approx Disco. HEX triplet: 83, 2C and 4D. RGB value is (131,44,77). Sum of RGB (Red+Green+Blue) = 131+44+77=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #832C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832C4D is #7CD3B2. Grayscale: #494949. Windows color (decimal): -8180659 or 5057667. OLE color: 5057667.

HSL color Cylindrical-coordinate representation of color #832C4D: hue angle of 337.24º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832C4D is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB1314477-
CMYK00.660.410.49
HSL337.24º49.71%34.31%-
HSV(B)337.24º66.41%51.37%-
XYZ11.67.167.79-
YUV73.78129.82168.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.98%
GREEN value IS 44 (17.58% from 255) = 17.46%
BLUE value IS 77 (30.47% from 255) = 30.56%
R=51.98%
G=17.46%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131447700.660.410.49337.2449.7134.31
Hex832C4D04229311513222
Octal20354115010251615216242
Binary10000011101100100110101000010101001110001101010001110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,44,77); }

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

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

 a { background-color: rgb(131,44,77); }

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

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

 span { border-color: rgb(131,44,77); }

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