#832C4A

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

Shades of Disco #832C4A

Tints of Disco #832C4A

Color information

#832C4A (or 0x832C4A) is unknown color: approx Disco. HEX triplet: 83, 2C and 4A. RGB value is (131,44,74). Sum of RGB (Red+Green+Blue) = 131+44+74=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #832C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832C4A is #7CD3B5. Grayscale: #494949. Windows color (decimal): -8180662 or 4861059. OLE color: 4861059.

HSL color Cylindrical-coordinate representation of color #832C4A: hue angle of 339.31º 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 #832C4A is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1314474-
CMYK00.660.440.49
HSL339.31º49.71%34.31%-
HSV(B)339.31º66.41%51.37%-
XYZ11.57.127.25-
YUV73.43128.32169.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.61%
GREEN value IS 44 (17.58% from 255) = 17.67%
BLUE value IS 74 (29.30% from 255) = 29.72%
R=52.61%
G=17.67%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131447400.660.440.49339.3149.7134.31
Hex832C4A0422C311533222
Octal20354112010254615236242
Binary10000011101100100101001000010101100110001101010011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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