Shades of Lotus #8B4D49
Tints of Lotus #8B4D49
RGB
CMYK
RGB Variations
Color information
#8B4D49 (or 0x8B4D49) is known color: Lotus. HEX triplet: 8B, 4D and 49. RGB value is (139,77,73). Sum of RGB (Red+Green+Blue) = 139+77+73=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4D49 is #74B2B6. Grayscale: #5F5F5F. Windows color (decimal): -7647927 or 4803979. OLE color: 4803979.
HSL color Cylindrical-coordinate representation of color #8B4D49: hue angle of 3.64º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B4D49 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 77 | 73 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.45 |
| HSL | 3.64º | 0.31% | 0.42% | - |
| HSV(B) | 3.64º | 0.47% | 0.55% | - |
| XYZ | 14.5 | 11.28 | 7.72 | - |
| YUV | 95.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 77 | 73 | 0 | 0.45 | 0.47 | 0.45 | 3.64 | 0.31 | 0.42 |
| Hex | 8B | 4D | 49 | 0 | 2D | 2F | 2D | 4 | 1F | 2A |
| Octal | 213 | 115 | 111 | 0 | 55 | 57 | 55 | 4 | 37 | 52 |
| Binary | 10001011 | 1001101 | 1001001 | 0 | 101101 | 101111 | 101101 | 100 | 11111 | 101010 |
Color Harmonies of #8B4D49
Complementary color
Monochromatic Colors of #8B4D49
Black with #8B4D49
Text Example
Text Example
White with #8B4D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4D49; }
p { color: rgb(139,77,73); }
H1.HeaderClassName
{
color: #8B4D49;
}
.AnyTagClassName
{
color: #8B4D49;
}
</style>
background-color css
<style>
a { background-color: #8B4D49; }
a { background-color: rgb(139,77,73); }
div.DivClassName
{
background-color: #8B4D49;
}
.BgClassName
{
background-color: #8B4D49;
}
</style>
border-color css
<style>
span { border-color: #8B4D49; }
span { border-color: rgb(139,77,73); }
td.TdClassName
{
border-color: #8B4D49;
}
.TagClassName
{
border-color: #8B4D49;
}
</style>