#832440

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

Shades of Disco #832440

Tints of Disco #832440

Color information

#832440 (or 0x832440) is unknown color: approx Disco. HEX triplet: 83, 24 and 40. RGB value is (131,36,64). Sum of RGB (Red+Green+Blue) = 131+36+64=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #832440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832440 is #7CDBBF. Grayscale: #434343. Windows color (decimal): -8182720 or 4203651. OLE color: 4203651.

HSL color Cylindrical-coordinate representation of color #832440: hue angle of 342.32º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832440 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1313664-
CMYK00.730.510.49
HSL342.32º56.89%32.75%-
HSV(B)342.32º72.52%51.37%-
XYZ10.926.465.52-
YUV67.6125.97173.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.71%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=56.71%
G=15.58%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131366400.730.510.49342.3256.8932.75
Hex83244004933311563921
Octal20344100011163615267141
Binary10000011100100100000001001001110011110001101010110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832440; }

 p { color: rgb(131,36,64); }

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

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

 a { background-color: rgb(131,36,64); }

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

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

 span { border-color: rgb(131,36,64); }

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