#89354E

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

Shades of Disco #89354E

Tints of Disco #89354E

Color information

#89354E (or 0x89354E) is unknown color: approx Disco. HEX triplet: 89, 35 and 4E. RGB value is (137,53,78). Sum of RGB (Red+Green+Blue) = 137+53+78=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #89354E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89354E is #76CAB1. Grayscale: #505050. Windows color (decimal): -7785138 or 5125513. OLE color: 5125513.

HSL color Cylindrical-coordinate representation of color #89354E: hue angle of 342.14º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89354E is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB1375378-
CMYK00.610.430.46
HSL342.14º44.21%37.25%-
HSV(B)342.14º61.31%53.73%-
XYZ12.968.418.15-
YUV80.97126.33167.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.12%
GREEN value IS 53 (21.09% from 255) = 19.78%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=51.12%
G=19.78%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137537800.610.430.46342.1444.2137.25
Hex89354E03D2B2E1562c25
Octal2116511607553565265445
Binary1000100111010110011100111101101011101110101010110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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