Shades of Lotus #8F514E
Tints of Lotus #8F514E
RGB
CMYK
RGB Variations
Color information
#8F514E (or 0x8F514E) is known color: Lotus. HEX triplet: 8F, 51 and 4E. RGB value is (143,81,78). Sum of RGB (Red+Green+Blue) = 143+81+78=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F514E is #70AEB1. Grayscale: #636363. Windows color (decimal): -7384754 or 5132687. OLE color: 5132687.
HSL color Cylindrical-coordinate representation of color #8F514E: hue angle of 2.77º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F514E is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 81 | 78 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.44 |
| HSL | 2.77º | 0.29% | 0.43% | - |
| HSV(B) | 2.77º | 0.45% | 0.56% | - |
| XYZ | 15.65 | 12.27 | 8.75 | - |
| YUV | 99.2 | 116.04 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 81 | 78 | 0 | 0.43 | 0.45 | 0.44 | 2.77 | 0.29 | 0.43 |
| Hex | 8F | 51 | 4E | 0 | 2B | 2D | 2C | 3 | 1D | 2B |
| Octal | 217 | 121 | 116 | 0 | 53 | 55 | 54 | 3 | 35 | 53 |
| Binary | 10001111 | 1010001 | 1001110 | 0 | 101011 | 101101 | 101100 | 11 | 11101 | 101011 |
Color Harmonies of #8F514E
Complementary color
Monochromatic Colors of #8F514E
Black with #8F514E
Text Example
Text Example
White with #8F514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F514E; }
p { color: rgb(143,81,78); }
H1.HeaderClassName
{
color: #8F514E;
}
.AnyTagClassName
{
color: #8F514E;
}
</style>
background-color css
<style>
a { background-color: #8F514E; }
a { background-color: rgb(143,81,78); }
div.DivClassName
{
background-color: #8F514E;
}
.BgClassName
{
background-color: #8F514E;
}
</style>
border-color css
<style>
span { border-color: #8F514E; }
span { border-color: rgb(143,81,78); }
td.TdClassName
{
border-color: #8F514E;
}
.TagClassName
{
border-color: #8F514E;
}
</style>