#831841

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

Shades of Disco #831841

Tints of Disco #831841

Color information

#831841 (or 0x831841) is unknown color: approx Disco. HEX triplet: 83, 18 and 41. RGB value is (131,24,65). Sum of RGB (Red+Green+Blue) = 131+24+65=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #831841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831841 is #7CE7BE. Grayscale: #3C3C3C. Windows color (decimal): -8185791 or 4266115. OLE color: 4266115.

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

Color convert

RGB1312465-
CMYK00.820.500.49
HSL337.01º69.03%30.39%-
HSV(B)337.01º81.68%51.37%-
XYZ10.645.865.57-
YUV60.67130.45178.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.55%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 65 (25.78% from 255) = 29.55%
R=59.55%
G=10.91%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131246500.820.500.49337.0169.0330.39
Hex8318410523231151451e
Octal203301010122626152110536
Binary1000001111000100000101010010110010110001101010001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831841; }

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

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

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

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

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

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

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

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