#831849

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

Shades of Disco #831849

Tints of Disco #831849

Color information

#831849 (or 0x831849) is unknown color: approx Disco. HEX triplet: 83, 18 and 49. RGB value is (131,24,73). Sum of RGB (Red+Green+Blue) = 131+24+73=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #831849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831849 is #7CE7B6. Grayscale: #3D3D3D. Windows color (decimal): -8185783 or 4790403. OLE color: 4790403.

HSL color Cylindrical-coordinate representation of color #831849: hue angle of 332.52º 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 #831849 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1312473-
CMYK00.820.440.49
HSL332.52º69.03%30.39%-
HSV(B)332.52º81.68%51.37%-
XYZ10.895.966.88-
YUV61.58134.45177.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.46%
GREEN value IS 24 (9.77% from 255) = 10.53%
BLUE value IS 73 (28.91% from 255) = 32.02%
R=57.46%
G=10.53%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131247300.820.440.49332.5269.0330.39
Hex8318490522C3114d451e
Octal203301110122546151510536
Binary1000001111000100100101010010101100110001101001101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831849; }

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

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

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

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

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

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

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

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