#89514D

Color #89514D Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #89514D

Tints of Lotus #89514D

Color information

#89514D (or 0x89514D) is unknown color: approx Lotus. HEX triplet: 89, 51 and 4D. RGB value is (137,81,77). Sum of RGB (Red+Green+Blue) = 137+81+77=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #89514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89514D is #76AEB2. Grayscale: #616161. Windows color (decimal): -7777971 or 5067145. OLE color: 5067145.

HSL color Cylindrical-coordinate representation of color #89514D: hue angle of 4º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89514D is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB1378177-
CMYK00.410.440.46
HSL28.04%41.96%-
HSV(B)43.8%53.73%-
XYZ14.611.748.52-
YUV97.29116.55156.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.44%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 77 (30.47% from 255) = 26.10%
R=46.44%
G=27.46%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137817700.410.440.46428.0441.96
Hex89514D0292C2E41c2a
Octal211121115051545643452
Binary1000100110100011001101010100110110010111010011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89514D; }

 p { color: rgb(137,81,77); }

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

<style>
 a { background-color: #89514D; }

 a { background-color: rgb(137,81,77); }

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

<style>
 span { border-color: #89514D; }

 span { border-color: rgb(137,81,77); }

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