#832343

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

Shades of Disco #832343

Tints of Disco #832343

Color information

#832343 (or 0x832343) is unknown color: approx Disco. HEX triplet: 83, 23 and 43. RGB value is (131,35,67). Sum of RGB (Red+Green+Blue) = 131+35+67=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #832343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832343 is #7CDCBC. Grayscale: #434343. Windows color (decimal): -8182973 or 4400003. OLE color: 4400003.

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

Color convert

RGB1313567-
CMYK00.730.490.49
HSL340º57.83%32.55%-
HSV(B)340º73.28%51.37%-
XYZ10.976.435.97-
YUV67.35127.8173.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.22%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 67 (26.56% from 255) = 28.76%
R=56.22%
G=15.02%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131356700.730.490.4934057.8332.55
Hex83234304931311543a21
Octal20343103011161615247241
Binary10000011100011100001101001001110001110001101010100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832343; }

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

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

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

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

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

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

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

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