#89294C

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

Shades of Disco #89294C

Tints of Disco #89294C

Color information

#89294C (or 0x89294C) is unknown color: approx Disco. HEX triplet: 89, 29 and 4C. RGB value is (137,41,76). Sum of RGB (Red+Green+Blue) = 137+41+76=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #89294C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89294C is #76D6B3. Grayscale: #494949. Windows color (decimal): -7788212 or 4991369. OLE color: 4991369.

HSL color Cylindrical-coordinate representation of color #89294C: hue angle of 338.12º 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 #89294C is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB1374176-
CMYK00.700.450.46
HSL338.12º53.93%34.9%-
HSV(B)338.12º70.07%53.73%-
XYZ12.417.437.62-
YUV73.69129.3173.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.94%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=53.94%
G=16.14%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137417600.700.450.46338.1253.9334.9
Hex89294C0462D2E1523623
Octal21151114010655565226643
Binary10001001101001100110001000110101101101110101010010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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