#832247

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

Shades of Disco #832247

Tints of Disco #832247

Color information

#832247 (or 0x832247) is unknown color: approx Disco. HEX triplet: 83, 22 and 47. RGB value is (131,34,71). Sum of RGB (Red+Green+Blue) = 131+34+71=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #832247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832247 is #7CDDB8. Grayscale: #434343. Windows color (decimal): -8183225 or 4661891. OLE color: 4661891.

HSL color Cylindrical-coordinate representation of color #832247: hue angle of 337.11º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #832247 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1313471-
CMYK00.740.460.49
HSL337.11º58.79%32.35%-
HSV(B)337.11º74.05%51.37%-
XYZ11.076.426.62-
YUV67.22130.14173.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.51%
GREEN value IS 34 (13.67% from 255) = 14.41%
BLUE value IS 71 (28.12% from 255) = 30.08%
R=55.51%
G=14.41%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131347100.740.460.49337.1158.7932.35
Hex83224704A2E311513b20
Octal20342107011256615217340
Binary10000011100010100011101001010101110110001101010001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832247; }

 p { color: rgb(131,34,71); }

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

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

 a { background-color: rgb(131,34,71); }

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

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

 span { border-color: rgb(131,34,71); }

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