#89334C

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

Shades of Disco #89334C

Tints of Disco #89334C

Color information

#89334C (or 0x89334C) is unknown color: approx Disco. HEX triplet: 89, 33 and 4C. RGB value is (137,51,76). Sum of RGB (Red+Green+Blue) = 137+51+76=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #89334C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89334C is #76CCB3. Grayscale: #4F4F4F. Windows color (decimal): -7785652 or 4993929. OLE color: 4993929.

HSL color Cylindrical-coordinate representation of color #89334C: hue angle of 342.56º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #89334C is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB1375176-
CMYK00.630.450.46
HSL342.56º45.74%36.86%-
HSV(B)342.56º62.77%53.73%-
XYZ12.88.217.75-
YUV79.56125.99168.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.89%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 76 (30.08% from 255) = 28.79%
R=51.89%
G=19.32%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137517600.630.450.46342.5645.7436.86
Hex89334C03F2D2E1572e25
Octal2116311407755565275645
Binary1000100111001110011000111111101101101110101010111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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