#87584E

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

Shades of Lotus #87584E

Tints of Lotus #87584E

Color information

#87584E (or 0x87584E) is unknown color: approx Lotus. HEX triplet: 87, 58 and 4E. RGB value is (135,88,78). Sum of RGB (Red+Green+Blue) = 135+88+78=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #87584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87584E is #78A7B1. Grayscale: #646464. Windows color (decimal): -7907250 or 5134471. OLE color: 5134471.

HSL color Cylindrical-coordinate representation of color #87584E: hue angle of 10.53º 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 #87584E is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1358878-
CMYK00.350.420.47
HSL10.53º26.76%41.76%-
HSV(B)10.53º42.22%52.94%-
XYZ14.8612.688.87-
YUV100.91115.07152.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=44.85%
G=29.24%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135887800.350.420.4710.5326.7641.76
Hex87584E0232A2Fb1b2a
Octal2071301160435257133352
Binary10000111101100010011100100011101010101111101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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