#89504E

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

Shades of Lotus #89504E

Tints of Lotus #89504E

Color information

#89504E (or 0x89504E) is unknown color: approx Lotus. HEX triplet: 89, 50 and 4E. RGB value is (137,80,78). Sum of RGB (Red+Green+Blue) = 137+80+78=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #89504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89504E is #76AFB1. Grayscale: #606060. Windows color (decimal): -7778226 or 5132425. OLE color: 5132425.

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

Color convert

RGB1378078-
CMYK00.420.430.46
HSL2.03º27.44%42.16%-
HSV(B)2.03º43.07%53.73%-
XYZ14.5611.618.68-
YUV96.82117.38156.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.44%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 78 (30.86% from 255) = 26.44%
R=46.44%
G=27.12%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137807800.420.430.462.0327.4442.16
Hex89504E02A2B2E21b2a
Octal211120116052535623352
Binary100010011010000100111001010101010111011101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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