#832041

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

Shades of Disco #832041

Tints of Disco #832041

Color information

#832041 (or 0x832041) is unknown color: approx Disco. HEX triplet: 83, 20 and 41. RGB value is (131,32,65). Sum of RGB (Red+Green+Blue) = 131+32+65=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #832041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832041 is #7CDFBE. Grayscale: #414141. Windows color (decimal): -8183743 or 4268163. OLE color: 4268163.

HSL color Cylindrical-coordinate representation of color #832041: hue angle of 340º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832041 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1313265-
CMYK00.760.500.49
HSL340º60.74%31.96%-
HSV(B)340º75.57%51.37%-
XYZ10.836.245.63-
YUV65.36127.8174.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.46%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 65 (25.78% from 255) = 28.51%
R=57.46%
G=14.04%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131326500.760.500.4934060.7431.96
Hex83204104C32311543d20
Octal20340101011462615247540
Binary10000011100000100000101001100110010110001101010100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832041; }

 p { color: rgb(131,32,65); }

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

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

 a { background-color: rgb(131,32,65); }

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

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

 span { border-color: rgb(131,32,65); }

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