#89514F

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

Shades of Lotus #89514F

Tints of Lotus #89514F

Color information

#89514F (or 0x89514F) is unknown color: approx Lotus. HEX triplet: 89, 51 and 4F. RGB value is (137,81,79). Sum of RGB (Red+Green+Blue) = 137+81+79=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #89514F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89514F is #76AEB0. Grayscale: #616161. Windows color (decimal): -7777969 or 5198217. OLE color: 5198217.

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

Color convert

RGB1378179-
CMYK00.410.420.46
HSL2.07º26.85%42.35%-
HSV(B)2.07º42.34%53.73%-
XYZ14.6711.778.9-
YUV97.52117.55156.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.13%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=46.13%
G=27.27%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137817900.410.420.462.0726.8542.35
Hex89514F0292A2E21b2a
Octal211121117051525623352
Binary100010011010001100111101010011010101011101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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