Shades of Lotus #845149
Tints of Lotus #845149
RGB
CMYK
RGB Variations
Color information
#845149 (or 0x845149) is known color: Lotus. HEX triplet: 84, 51 and 49. RGB value is (132,81,73). Sum of RGB (Red+Green+Blue) = 132+81+73=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #845149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845149 is #7BAEB6. Grayscale: #5F5F5F. Windows color (decimal): -8105655 or 4804996. OLE color: 4804996.
HSL color Cylindrical-coordinate representation of color #845149: hue angle of 8.14º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #845149 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 81 | 73 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.48 |
| HSL | 8.14º | 0.29% | 0.4% | - |
| HSV(B) | 8.14º | 0.45% | 0.52% | - |
| XYZ | 13.66 | 11.27 | 7.76 | - |
| YUV | 95.34 | 115.4 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 73 | 0 | 0.39 | 0.45 | 0.48 | 8.14 | 0.29 | 0.4 |
| Hex | 84 | 51 | 49 | 0 | 27 | 2D | 30 | 8 | 1D | 28 |
| Octal | 204 | 121 | 111 | 0 | 47 | 55 | 60 | 10 | 35 | 50 |
| Binary | 10000100 | 1010001 | 1001001 | 0 | 100111 | 101101 | 110000 | 1000 | 11101 | 101000 |
Color Harmonies of #845149
Complementary color
Monochromatic Colors of #845149
Black with #845149
Text Example
Text Example
White with #845149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845149; }
p { color: rgb(132,81,73); }
H1.HeaderClassName
{
color: #845149;
}
.AnyTagClassName
{
color: #845149;
}
</style>
background-color css
<style>
a { background-color: #845149; }
a { background-color: rgb(132,81,73); }
div.DivClassName
{
background-color: #845149;
}
.BgClassName
{
background-color: #845149;
}
</style>
border-color css
<style>
span { border-color: #845149; }
span { border-color: rgb(132,81,73); }
td.TdClassName
{
border-color: #845149;
}
.TagClassName
{
border-color: #845149;
}
</style>