#83284A

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

Shades of Disco #83284A

Tints of Disco #83284A

Color information

#83284A (or 0x83284A) is unknown color: approx Disco. HEX triplet: 83, 28 and 4A. RGB value is (131,40,74). Sum of RGB (Red+Green+Blue) = 131+40+74=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83284A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83284A is #7CD7B5. Grayscale: #474747. Windows color (decimal): -8181686 or 4860035. OLE color: 4860035.

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

Color convert

RGB1314074-
CMYK00.690.440.49
HSL337.58º53.22%33.53%-
HSV(B)337.58º69.47%51.37%-
XYZ11.356.847.2-
YUV71.08129.65170.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.47%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=53.47%
G=16.33%
B=30.20%

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
Decimal131407400.690.440.49337.5853.2233.53
Hex83284A0452C311523522
Octal20350112010554615226542
Binary10000011101000100101001000101101100110001101010010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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