#832044

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

Shades of Disco #832044

Tints of Disco #832044

Color information

#832044 (or 0x832044) is unknown color: approx Disco. HEX triplet: 83, 20 and 44. RGB value is (131,32,68). Sum of RGB (Red+Green+Blue) = 131+32+68=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #832044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832044 is #7CDFBB. Grayscale: #414141. Windows color (decimal): -8183740 or 4464771. OLE color: 4464771.

HSL color Cylindrical-coordinate representation of color #832044: hue angle of 338.18º 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 #832044 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB1313268-
CMYK00.760.480.49
HSL338.18º60.74%31.96%-
HSV(B)338.18º75.57%51.37%-
XYZ10.926.286.1-
YUV65.7129.3174.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.71%
GREEN value IS 32 (12.89% from 255) = 13.85%
BLUE value IS 68 (26.95% from 255) = 29.44%
R=56.71%
G=13.85%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131326800.760.480.49338.1860.7431.96
Hex83204404C30311523d20
Octal20340104011460615227540
Binary10000011100000100010001001100110000110001101010010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832044; }

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

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

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

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

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

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

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

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