Shades of Lotus #87584F
Tints of Lotus #87584F
RGB
CMYK
RGB Variations
Color information
#87584F (or 0x87584F) is known color: 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
| RGB | 135 | 88 | 79 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.47 |
| HSL | 9.64º | 0.26% | 0.42% | - |
| HSV(B) | 9.64º | 0.41% | 0.53% | - |
| XYZ | 14.89 | 12.69 | 9.06 | - |
| YUV | 101.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 79 | 0 | 0.35 | 0.41 | 0.47 | 9.64 | 0.26 | 0.42 |
| Hex | 87 | 58 | 4F | 0 | 23 | 29 | 2F | A | 1A | 2A |
| Octal | 207 | 130 | 117 | 0 | 43 | 51 | 57 | 12 | 32 | 52 |
| Binary | 10000111 | 1011000 | 1001111 | 0 | 100011 | 101001 | 101111 | 1010 | 11010 | 101010 |
Color Harmonies of #87584F
Complementary color
Monochromatic Colors of #87584F
Black with #87584F
Text Example
Text Example
White with #87584F
Text Example
Text Example
HTML Codes & Css Web 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>