#87584F

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

Shades of Lotus #87584F

Tints of Lotus #87584F

Color information

#87584F (or 0x87584F) is unknown color: approx Lotus. HEX triplet: 87, 58 and 4F. RGB value is (135,88,79). Sum of RGB (Red+Green+Blue) = 135+88+79=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #87584F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87584F is #78A7B0. Grayscale: #656565. Windows color (decimal): -7907249 or 5200007. OLE color: 5200007.

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

Color convert

RGB1358879-
CMYK00.350.410.47
HSL9.64º26.17%41.96%-
HSV(B)9.64º41.48%52.94%-
XYZ14.8912.699.06-
YUV101.03115.57152.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 79 (31.25% from 255) = 26.16%
R=44.70%
G=29.14%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135887900.350.410.479.6426.1741.96
Hex87584F023292Fa1a2a
Octal2071301170435157123252
Binary10000111101100010011110100011101001101111101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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