#89294A

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

Shades of Disco #89294A

Tints of Disco #89294A

Color information

#89294A (or 0x89294A) is unknown color: approx Disco. HEX triplet: 89, 29 and 4A. RGB value is (137,41,74). Sum of RGB (Red+Green+Blue) = 137+41+74=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #89294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89294A is #76D6B5. Grayscale: #494949. Windows color (decimal): -7788214 or 4860297. OLE color: 4860297.

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

Color convert

RGB1374174-
CMYK00.700.460.46
HSL339.38º53.93%34.9%-
HSV(B)339.38º70.07%53.73%-
XYZ12.357.47.26-
YUV73.47128.3173.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.37%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=54.37%
G=16.27%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137417400.700.460.46339.3853.9334.9
Hex89294A0462E2E1533623
Octal21151112010656565236643
Binary10001001101001100101001000110101110101110101010011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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