#87504E

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

Shades of Lotus #87504E

Tints of Lotus #87504E

Color information

#87504E (or 0x87504E) is unknown color: approx Lotus. HEX triplet: 87, 50 and 4E. RGB value is (135,80,78). Sum of RGB (Red+Green+Blue) = 135+80+78=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #87504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87504E is #78AFB1. Grayscale: #606060. Windows color (decimal): -7909298 or 5132423. OLE color: 5132423.

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

Color convert

RGB1358078-
CMYK00.410.420.47
HSL2.11º26.76%41.76%-
HSV(B)2.11º42.22%52.94%-
XYZ14.2411.448.67-
YUV96.22117.72155.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.08%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 78 (30.86% from 255) = 26.62%
R=46.08%
G=27.30%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135807800.410.420.472.1126.7641.76
Hex87504E0292A2F21b2a
Octal207120116051525723352
Binary100001111010000100111001010011010101011111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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