Shades of Lotus #844F4D
Tints of Lotus #844F4D
RGB
CMYK
RGB Variations
Color information
#844F4D (or 0x844F4D) is known color: Lotus. HEX triplet: 84, 4F and 4D. RGB value is (132,79,77). Sum of RGB (Red+Green+Blue) = 132+79+77=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #844F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F4D is #7BB0B2. Grayscale: #5E5E5E. Windows color (decimal): -8106163 or 5066628. OLE color: 5066628.
HSL color Cylindrical-coordinate representation of color #844F4D: hue angle of 2.18º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #844F4D is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 77 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.48 |
| HSL | 2.18º | 0.26% | 0.41% | - |
| HSV(B) | 2.18º | 0.42% | 0.52% | - |
| XYZ | 13.65 | 11.03 | 8.43 | - |
| YUV | 94.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 77 | 0 | 0.40 | 0.42 | 0.48 | 2.18 | 0.26 | 0.41 |
| Hex | 84 | 4F | 4D | 0 | 28 | 2A | 30 | 2 | 1A | 29 |
| Octal | 204 | 117 | 115 | 0 | 50 | 52 | 60 | 2 | 32 | 51 |
| Binary | 10000100 | 1001111 | 1001101 | 0 | 101000 | 101010 | 110000 | 10 | 11010 | 101001 |
Color Harmonies of #844F4D
Complementary color
Monochromatic Colors of #844F4D
Black with #844F4D
Text Example
Text Example
White with #844F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F4D; }
p { color: rgb(132,79,77); }
H1.HeaderClassName
{
color: #844F4D;
}
.AnyTagClassName
{
color: #844F4D;
}
</style>
background-color css
<style>
a { background-color: #844F4D; }
a { background-color: rgb(132,79,77); }
div.DivClassName
{
background-color: #844F4D;
}
.BgClassName
{
background-color: #844F4D;
}
</style>
border-color css
<style>
span { border-color: #844F4D; }
span { border-color: rgb(132,79,77); }
td.TdClassName
{
border-color: #844F4D;
}
.TagClassName
{
border-color: #844F4D;
}
</style>