#831C3F

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

Shades of Disco #831C3F

Tints of Disco #831C3F

Color information

#831C3F (or 0x831C3F) is unknown color: approx Disco. HEX triplet: 83, 1C and 3F. RGB value is (131,28,63). Sum of RGB (Red+Green+Blue) = 131+28+63=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #831C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831C3F is #7CE3C0. Grayscale: #3E3E3E. Windows color (decimal): -8184769 or 4136067. OLE color: 4136067.

HSL color Cylindrical-coordinate representation of color #831C3F: hue angle of 339.61º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #831C3F is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1312863-
CMYK00.790.520.49
HSL339.61º64.78%31.18%-
HSV(B)339.61º78.63%51.37%-
XYZ10.676.015.3-
YUV62.79128.12176.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.01%
GREEN value IS 28 (11.33% from 255) = 12.61%
BLUE value IS 63 (25% from 255) = 28.38%
R=59.01%
G=12.61%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131286300.790.520.49339.6164.7831.18
Hex831C3F04F3431154411f
Octal20334770117646152410137
Binary100000111110011111101001111110100110001101010100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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