#832441

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

Shades of Disco #832441

Tints of Disco #832441

Color information

#832441 (or 0x832441) is unknown color: approx Disco. HEX triplet: 83, 24 and 41. RGB value is (131,36,65). Sum of RGB (Red+Green+Blue) = 131+36+65=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #832441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832441 is #7CDBBE. Grayscale: #434343. Windows color (decimal): -8182719 or 4269187. OLE color: 4269187.

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

Color convert

RGB1313665-
CMYK00.730.500.49
HSL341.68º56.89%32.75%-
HSV(B)341.68º72.52%51.37%-
XYZ10.956.475.67-
YUV67.71126.47173.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.47%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 65 (25.78% from 255) = 28.02%
R=56.47%
G=15.52%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131366500.730.500.49341.6856.8932.75
Hex83244104932311563921
Octal20344101011162615267141
Binary10000011100100100000101001001110010110001101010110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832441; }

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

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

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

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

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

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

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

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