#831F3F

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

Shades of Disco #831F3F

Tints of Disco #831F3F

Color information

#831F3F (or 0x831F3F) is unknown color: approx Disco. HEX triplet: 83, 1F and 3F. RGB value is (131,31,63). Sum of RGB (Red+Green+Blue) = 131+31+63=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #831F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831F3F is #7CE0C0. Grayscale: #404040. Windows color (decimal): -8184001 or 4136835. OLE color: 4136835.

HSL color Cylindrical-coordinate representation of color #831F3F: hue angle of 340.8º degrees, saturation: 0.62, 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 #831F3F is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1313163-
CMYK00.760.520.49
HSL340.8º61.73%31.76%-
HSV(B)340.8º76.34%51.37%-
XYZ10.756.165.33-
YUV64.55127.13175.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 58.22%
GREEN value IS 31 (12.5% from 255) = 13.78%
BLUE value IS 63 (25% from 255) = 28%
R=58.22%
G=13.78%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131316300.760.520.49340.861.7331.76
Hex831F3F04C34311553e20
Octal2033777011464615257640
Binary100000111111111111101001100110100110001101010101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831F3F; }

 p { color: rgb(131,31,63); }

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

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

 a { background-color: rgb(131,31,63); }

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

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

 span { border-color: rgb(131,31,63); }

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