#89334E

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

Shades of Disco #89334E

Tints of Disco #89334E

Color information

#89334E (or 0x89334E) is unknown color: approx Disco. HEX triplet: 89, 33 and 4E. RGB value is (137,51,78). Sum of RGB (Red+Green+Blue) = 137+51+78=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #89334E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89334E is #76CCB1. Grayscale: #4F4F4F. Windows color (decimal): -7785650 or 5125001. OLE color: 5125001.

HSL color Cylindrical-coordinate representation of color #89334E: hue angle of 341.16º 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 #89334E is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB1375178-
CMYK00.630.430.46
HSL341.16º45.74%36.86%-
HSV(B)341.16º62.77%53.73%-
XYZ12.888.248.12-
YUV79.79126.99168.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.50%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 78 (30.86% from 255) = 29.32%
R=51.50%
G=19.17%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137517800.630.430.46341.1645.7436.86
Hex89334E03F2B2E1552e25
Octal2116311607753565255645
Binary1000100111001110011100111111101011101110101010101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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