Shades of Lotus #8B5853
Tints of Lotus #8B5853
RGB
CMYK
RGB Variations
Color information
#8B5853 (or 0x8B5853) is known color: Lotus. HEX triplet: 8B, 58 and 53. RGB value is (139,88,83). Sum of RGB (Red+Green+Blue) = 139+88+83=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5853 is #74A7AC. Grayscale: #666666. Windows color (decimal): -7645101 or 5462155. OLE color: 5462155.
HSL color Cylindrical-coordinate representation of color #8B5853: hue angle of 5.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 #8B5853 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 83 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.45 |
| HSL | 5.36º | 0.25% | 0.44% | - |
| HSV(B) | 5.36º | 0.4% | 0.55% | - |
| XYZ | 15.7 | 13.09 | 9.88 | - |
| YUV | 102.68 | 116.9 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 83 | 0 | 0.37 | 0.40 | 0.45 | 5.36 | 0.25 | 0.44 |
| Hex | 8B | 58 | 53 | 0 | 25 | 28 | 2D | 5 | 19 | 2C |
| Octal | 213 | 130 | 123 | 0 | 45 | 50 | 55 | 5 | 31 | 54 |
| Binary | 10001011 | 1011000 | 1010011 | 0 | 100101 | 101000 | 101101 | 101 | 11001 | 101100 |
Color Harmonies of #8B5853
Complementary color
Monochromatic Colors of #8B5853
Black with #8B5853
Text Example
Text Example
White with #8B5853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5853; }
p { color: rgb(139,88,83); }
H1.HeaderClassName
{
color: #8B5853;
}
.AnyTagClassName
{
color: #8B5853;
}
</style>
background-color css
<style>
a { background-color: #8B5853; }
a { background-color: rgb(139,88,83); }
div.DivClassName
{
background-color: #8B5853;
}
.BgClassName
{
background-color: #8B5853;
}
</style>
border-color css
<style>
span { border-color: #8B5853; }
span { border-color: rgb(139,88,83); }
td.TdClassName
{
border-color: #8B5853;
}
.TagClassName
{
border-color: #8B5853;
}
</style>