#89304A

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

Shades of Disco #89304A

Tints of Disco #89304A

Color information

#89304A (or 0x89304A) is unknown color: approx Disco. HEX triplet: 89, 30 and 4A. RGB value is (137,48,74). Sum of RGB (Red+Green+Blue) = 137+48+74=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #89304A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89304A is #76CFB5. Grayscale: #4D4D4D. Windows color (decimal): -7786422 or 4862089. OLE color: 4862089.

HSL color Cylindrical-coordinate representation of color #89304A: hue angle of 342.47º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89304A is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB1374874-
CMYK00.650.460.46
HSL342.47º48.11%36.27%-
HSV(B)342.47º64.96%53.73%-
XYZ12.617.937.34-
YUV77.57125.99170.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 74 (29.30% from 255) = 28.57%
R=52.90%
G=18.53%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137487400.650.460.46342.4748.1136.27
Hex89304A0412E2E1563024
Octal21160112010156565266044
Binary10001001110000100101001000001101110101110101010110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,48,74); }

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

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

 a { background-color: rgb(137,48,74); }

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

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

 span { border-color: rgb(137,48,74); }

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