#83294A

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

Shades of Disco #83294A

Tints of Disco #83294A

Color information

#83294A (or 0x83294A) is unknown color: approx Disco. HEX triplet: 83, 29 and 4A. RGB value is (131,41,74). Sum of RGB (Red+Green+Blue) = 131+41+74=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83294A is #7CD6B5. Grayscale: #474747. Windows color (decimal): -8181430 or 4860291. OLE color: 4860291.

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

Color convert

RGB1314174-
CMYK00.690.440.49
HSL338º52.33%33.73%-
HSV(B)338º68.7%51.37%-
XYZ11.396.917.21-
YUV71.67129.32170.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.25%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=53.25%
G=16.67%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131417400.690.440.4933852.3333.73
Hex83294A0452C311523422
Octal20351112010554615226442
Binary10000011101001100101001000101101100110001101010010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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