Shades of Lotus #8B4B49
Tints of Lotus #8B4B49
RGB
CMYK
RGB Variations
Color information
#8B4B49 (or 0x8B4B49) is known color: Lotus. HEX triplet: 8B, 4B and 49. RGB value is (139,75,73). Sum of RGB (Red+Green+Blue) = 139+75+73=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4B49 is #74B4B6. Grayscale: #5D5D5D. Windows color (decimal): -7648439 or 4803467. OLE color: 4803467.
HSL color Cylindrical-coordinate representation of color #8B4B49: hue angle of 1.82º 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 #8B4B49 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 75 | 73 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.45 |
| HSL | 1.82º | 0.31% | 0.42% | - |
| HSV(B) | 1.82º | 0.47% | 0.55% | - |
| XYZ | 14.37 | 11 | 7.67 | - |
| YUV | 93.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 75 | 73 | 0 | 0.46 | 0.47 | 0.45 | 1.82 | 0.31 | 0.42 |
| Hex | 8B | 4B | 49 | 0 | 2E | 2F | 2D | 2 | 1F | 2A |
| Octal | 213 | 113 | 111 | 0 | 56 | 57 | 55 | 2 | 37 | 52 |
| Binary | 10001011 | 1001011 | 1001001 | 0 | 101110 | 101111 | 101101 | 10 | 11111 | 101010 |
Color Harmonies of #8B4B49
Complementary color
Monochromatic Colors of #8B4B49
Black with #8B4B49
Text Example
Text Example
White with #8B4B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4B49; }
p { color: rgb(139,75,73); }
H1.HeaderClassName
{
color: #8B4B49;
}
.AnyTagClassName
{
color: #8B4B49;
}
</style>
background-color css
<style>
a { background-color: #8B4B49; }
a { background-color: rgb(139,75,73); }
div.DivClassName
{
background-color: #8B4B49;
}
.BgClassName
{
background-color: #8B4B49;
}
</style>
border-color css
<style>
span { border-color: #8B4B49; }
span { border-color: rgb(139,75,73); }
td.TdClassName
{
border-color: #8B4B49;
}
.TagClassName
{
border-color: #8B4B49;
}
</style>