#832347

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

Shades of Disco #832347

Tints of Disco #832347

Color information

#832347 (or 0x832347) is unknown color: approx Disco. HEX triplet: 83, 23 and 47. RGB value is (131,35,71). Sum of RGB (Red+Green+Blue) = 131+35+71=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #832347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832347 is #7CDCB8. Grayscale: #434343. Windows color (decimal): -8182969 or 4662147. OLE color: 4662147.

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

Color convert

RGB1313571-
CMYK00.730.460.49
HSL337.5º57.83%32.55%-
HSV(B)337.5º73.28%51.37%-
XYZ11.16.486.63-
YUV67.81129.8173.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.27%
GREEN value IS 35 (14.06% from 255) = 14.77%
BLUE value IS 71 (28.12% from 255) = 29.96%
R=55.27%
G=14.77%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131357100.730.460.49337.557.8332.55
Hex8323470492E311523a21
Octal20343107011156615227241
Binary10000011100011100011101001001101110110001101010010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832347; }

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

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

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

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

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

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

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

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