Shades of Lotus #8B5854
Tints of Lotus #8B5854
RGB
CMYK
RGB Variations
Color information
#8B5854 (or 0x8B5854) is known color: Lotus. HEX triplet: 8B, 58 and 54. RGB value is (139,88,84). Sum of RGB (Red+Green+Blue) = 139+88+84=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5854 is #74A7AB. Grayscale: #666666. Windows color (decimal): -7645100 or 5527691. OLE color: 5527691.
HSL color Cylindrical-coordinate representation of color #8B5854: hue angle of 4.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5854 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 84 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.45 |
| HSL | 4.36º | 0.25% | 0.44% | - |
| HSV(B) | 4.36º | 0.4% | 0.55% | - |
| XYZ | 15.74 | 13.11 | 10.09 | - |
| YUV | 102.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 84 | 0 | 0.37 | 0.40 | 0.45 | 4.36 | 0.25 | 0.44 |
| Hex | 8B | 58 | 54 | 0 | 25 | 28 | 2D | 4 | 19 | 2C |
| Octal | 213 | 130 | 124 | 0 | 45 | 50 | 55 | 4 | 31 | 54 |
| Binary | 10001011 | 1011000 | 1010100 | 0 | 100101 | 101000 | 101101 | 100 | 11001 | 101100 |
Color Harmonies of #8B5854
Complementary color
Monochromatic Colors of #8B5854
Black with #8B5854
Text Example
Text Example
White with #8B5854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5854; }
p { color: rgb(139,88,84); }
H1.HeaderClassName
{
color: #8B5854;
}
.AnyTagClassName
{
color: #8B5854;
}
</style>
background-color css
<style>
a { background-color: #8B5854; }
a { background-color: rgb(139,88,84); }
div.DivClassName
{
background-color: #8B5854;
}
.BgClassName
{
background-color: #8B5854;
}
</style>
border-color css
<style>
span { border-color: #8B5854; }
span { border-color: rgb(139,88,84); }
td.TdClassName
{
border-color: #8B5854;
}
.TagClassName
{
border-color: #8B5854;
}
</style>