#832E4A

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

Shades of Disco #832E4A

Tints of Disco #832E4A

Color information

#832E4A (or 0x832E4A) is unknown color: approx Disco. HEX triplet: 83, 2E and 4A. RGB value is (131,46,74). Sum of RGB (Red+Green+Blue) = 131+46+74=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #832E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832E4A is #7CD1B5. Grayscale: #4A4A4A. Windows color (decimal): -8180150 or 4861571. OLE color: 4861571.

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

Color convert

RGB1314674-
CMYK00.650.440.49
HSL340.24º48.02%34.71%-
HSV(B)340.24º64.89%51.37%-
XYZ11.577.277.27-
YUV74.61127.66168.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.19%
GREEN value IS 46 (18.36% from 255) = 18.33%
BLUE value IS 74 (29.30% from 255) = 29.48%
R=52.19%
G=18.33%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131467400.650.440.49340.2448.0234.71
Hex832E4A0412C311543023
Octal20356112010154615246043
Binary10000011101110100101001000001101100110001101010100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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