#831F4C

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

Shades of Disco #831F4C

Tints of Disco #831F4C

Color information

#831F4C (or 0x831F4C) is unknown color: approx Disco. HEX triplet: 83, 1F and 4C. RGB value is (131,31,76). Sum of RGB (Red+Green+Blue) = 131+31+76=238 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.04% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 131 - color contains mainly: red. Hex color #831F4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831F4C is #7CE0B3. Grayscale: #414141. Windows color (decimal): -8183988 or 4988803. OLE color: 4988803.

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

Color convert

RGB1313176-
CMYK00.760.420.49
HSL333º61.73%31.76%-
HSV(B)333º76.34%51.37%-
XYZ11.156.337.47-
YUV66.03133.63174.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.04%
GREEN value IS 31 (12.5% from 255) = 13.03%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=55.04%
G=13.03%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131317600.760.420.4933361.7331.76
Hex831F4C04C2A3114d3e20
Octal20337114011452615157640
Binary1000001111111100110001001100101010110001101001101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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