#831B4A

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

Shades of Disco #831B4A

Tints of Disco #831B4A

Color information

#831B4A (or 0x831B4A) is unknown color: approx Disco. HEX triplet: 83, 1B and 4A. RGB value is (131,27,74). Sum of RGB (Red+Green+Blue) = 131+27+74=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #831B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831B4A is #7CE4B5. Grayscale: #3F3F3F. Windows color (decimal): -8185014 or 4856707. OLE color: 4856707.

HSL color Cylindrical-coordinate representation of color #831B4A: hue angle of 332.88º degrees, saturation: 0.66, 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 #831B4A is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1312774-
CMYK00.790.440.49
HSL332.88º65.82%30.98%-
HSV(B)332.88º79.39%51.37%-
XYZ10.996.17.08-
YUV63.45133.96176.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.47%
GREEN value IS 27 (10.94% from 255) = 11.64%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=56.47%
G=11.64%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131277400.790.440.49332.8865.8230.98
Hex831B4A04F2C3114d421f
Octal203331120117546151510237
Binary1000001111011100101001001111101100110001101001101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,27,74); }

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

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

 a { background-color: rgb(131,27,74); }

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

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

 span { border-color: rgb(131,27,74); }

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