#89334F

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

Shades of Disco #89334F

Tints of Disco #89334F

Color information

#89334F (or 0x89334F) is unknown color: approx Disco. HEX triplet: 89, 33 and 4F. RGB value is (137,51,79). Sum of RGB (Red+Green+Blue) = 137+51+79=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89334F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89334F is #76CCB0. Grayscale: #4F4F4F. Windows color (decimal): -7785649 or 5190537. OLE color: 5190537.

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

Color convert

RGB1375179-
CMYK00.630.420.46
HSL340.47º45.74%36.86%-
HSV(B)340.47º62.77%53.73%-
XYZ12.918.258.31-
YUV79.91127.49168.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 79 (31.25% from 255) = 29.59%
R=51.31%
G=19.10%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137517900.630.420.46340.4745.7436.86
Hex89334F03F2A2E1542e25
Octal2116311707752565245645
Binary1000100111001110011110111111101010101110101010100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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