#87514D

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

Shades of Lotus #87514D

Tints of Lotus #87514D

Color information

#87514D (or 0x87514D) is unknown color: approx Lotus. HEX triplet: 87, 51 and 4D. RGB value is (135,81,77). Sum of RGB (Red+Green+Blue) = 135+81+77=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #87514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87514D is #78AEB2. Grayscale: #606060. Windows color (decimal): -7909043 or 5067143. OLE color: 5067143.

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

Color convert

RGB1358177-
CMYK00.400.430.47
HSL4.14º27.36%41.57%-
HSV(B)4.14º42.96%52.94%-
XYZ14.2711.578.5-
YUV96.69116.89155.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.08%
GREEN value IS 81 (32.03% from 255) = 27.65%
BLUE value IS 77 (30.47% from 255) = 26.28%
R=46.08%
G=27.65%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135817700.400.430.474.1427.3641.57
Hex87514D0282B2F41b2a
Octal207121115050535743352
Binary1000011110100011001101010100010101110111110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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