Shades of Lotus #8B5852
Tints of Lotus #8B5852
RGB
CMYK
RGB Variations
Color information
#8B5852 (or 0x8B5852) is known color: Lotus. HEX triplet: 8B, 58 and 52. RGB value is (139,88,82). Sum of RGB (Red+Green+Blue) = 139+88+82=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5852 is #74A7AD. Grayscale: #666666. Windows color (decimal): -7645102 or 5396619. OLE color: 5396619.
HSL color Cylindrical-coordinate representation of color #8B5852: hue angle of 6.32º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B5852 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 82 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.45 |
| HSL | 6.32º | 0.26% | 0.43% | - |
| HSV(B) | 6.32º | 0.41% | 0.55% | - |
| XYZ | 15.66 | 13.08 | 9.68 | - |
| YUV | 102.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 82 | 0 | 0.37 | 0.41 | 0.45 | 6.32 | 0.26 | 0.43 |
| Hex | 8B | 58 | 52 | 0 | 25 | 29 | 2D | 6 | 1A | 2B |
| Octal | 213 | 130 | 122 | 0 | 45 | 51 | 55 | 6 | 32 | 53 |
| Binary | 10001011 | 1011000 | 1010010 | 0 | 100101 | 101001 | 101101 | 110 | 11010 | 101011 |
Color Harmonies of #8B5852
Complementary color
Monochromatic Colors of #8B5852
Black with #8B5852
Text Example
Text Example
White with #8B5852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5852; }
p { color: rgb(139,88,82); }
H1.HeaderClassName
{
color: #8B5852;
}
.AnyTagClassName
{
color: #8B5852;
}
</style>
background-color css
<style>
a { background-color: #8B5852; }
a { background-color: rgb(139,88,82); }
div.DivClassName
{
background-color: #8B5852;
}
.BgClassName
{
background-color: #8B5852;
}
</style>
border-color css
<style>
span { border-color: #8B5852; }
span { border-color: rgb(139,88,82); }
td.TdClassName
{
border-color: #8B5852;
}
.TagClassName
{
border-color: #8B5852;
}
</style>