#83294F

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

Shades of Disco #83294F

Tints of Disco #83294F

Color information

#83294F (or 0x83294F) is unknown color: approx Disco. HEX triplet: 83, 29 and 4F. RGB value is (131,41,79). Sum of RGB (Red+Green+Blue) = 131+41+79=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #83294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83294F is #7CD6B0. Grayscale: #484848. Windows color (decimal): -8181425 or 5187971. OLE color: 5187971.

HSL color Cylindrical-coordinate representation of color #83294F: hue angle of 334.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83294F is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1314179-
CMYK00.690.400.49
HSL334.67º52.33%33.73%-
HSV(B)334.67º68.7%51.37%-
XYZ11.566.988.13-
YUV72.24131.82169.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.19%
GREEN value IS 41 (16.41% from 255) = 16.33%
BLUE value IS 79 (31.25% from 255) = 31.47%
R=52.19%
G=16.33%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131417900.690.400.49334.6752.3333.73
Hex83294F045283114f3422
Octal20351117010550615176442
Binary10000011101001100111101000101101000110001101001111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83294F; }

 p { color: rgb(131,41,79); }

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

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

 a { background-color: rgb(131,41,79); }

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

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

 span { border-color: rgb(131,41,79); }

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