Shades of Lotus #8B514D
Tints of Lotus #8B514D
RGB
CMYK
RGB Variations
Color information
#8B514D (or 0x8B514D) is known color: Lotus. HEX triplet: 8B, 51 and 4D. RGB value is (139,81,77). Sum of RGB (Red+Green+Blue) = 139+81+77=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B514D is #74AEB2. Grayscale: #616161. Windows color (decimal): -7646899 or 5067147. OLE color: 5067147.
HSL color Cylindrical-coordinate representation of color #8B514D: hue angle of 3.87º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B514D is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 81 | 77 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.45 |
| HSL | 3.87º | 0.29% | 0.42% | - |
| HSV(B) | 3.87º | 0.45% | 0.55% | - |
| XYZ | 14.93 | 11.91 | 8.53 | - |
| YUV | 97.89 | 116.22 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 81 | 77 | 0 | 0.42 | 0.45 | 0.45 | 3.87 | 0.29 | 0.42 |
| Hex | 8B | 51 | 4D | 0 | 2A | 2D | 2D | 4 | 1D | 2A |
| Octal | 213 | 121 | 115 | 0 | 52 | 55 | 55 | 4 | 35 | 52 |
| Binary | 10001011 | 1010001 | 1001101 | 0 | 101010 | 101101 | 101101 | 100 | 11101 | 101010 |
Color Harmonies of #8B514D
Complementary color
Monochromatic Colors of #8B514D
Black with #8B514D
Text Example
Text Example
White with #8B514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B514D; }
p { color: rgb(139,81,77); }
H1.HeaderClassName
{
color: #8B514D;
}
.AnyTagClassName
{
color: #8B514D;
}
</style>
background-color css
<style>
a { background-color: #8B514D; }
a { background-color: rgb(139,81,77); }
div.DivClassName
{
background-color: #8B514D;
}
.BgClassName
{
background-color: #8B514D;
}
</style>
border-color css
<style>
span { border-color: #8B514D; }
span { border-color: rgb(139,81,77); }
td.TdClassName
{
border-color: #8B514D;
}
.TagClassName
{
border-color: #8B514D;
}
</style>