Shades of Lotus #844D4B
Tints of Lotus #844D4B
RGB
CMYK
RGB Variations
Color information
#844D4B (or 0x844D4B) is known color: Lotus. HEX triplet: 84, 4D and 4B. RGB value is (132,77,75). Sum of RGB (Red+Green+Blue) = 132+77+75=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #844D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844D4B is #7BB2B4. Grayscale: #5D5D5D. Windows color (decimal): -8106677 or 4935044. OLE color: 4935044.
HSL color Cylindrical-coordinate representation of color #844D4B: hue angle of 2.11º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #844D4B is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 77 | 75 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.48 |
| HSL | 2.11º | 0.28% | 0.41% | - |
| HSV(B) | 2.11º | 0.43% | 0.52% | - |
| XYZ | 13.44 | 10.72 | 8.02 | - |
| YUV | 93.22 | 117.72 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 75 | 0 | 0.42 | 0.43 | 0.48 | 2.11 | 0.28 | 0.41 |
| Hex | 84 | 4D | 4B | 0 | 2A | 2B | 30 | 2 | 1C | 29 |
| Octal | 204 | 115 | 113 | 0 | 52 | 53 | 60 | 2 | 34 | 51 |
| Binary | 10000100 | 1001101 | 1001011 | 0 | 101010 | 101011 | 110000 | 10 | 11100 | 101001 |
Color Harmonies of #844D4B
Complementary color
Monochromatic Colors of #844D4B
Black with #844D4B
Text Example
Text Example
White with #844D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D4B; }
p { color: rgb(132,77,75); }
H1.HeaderClassName
{
color: #844D4B;
}
.AnyTagClassName
{
color: #844D4B;
}
</style>
background-color css
<style>
a { background-color: #844D4B; }
a { background-color: rgb(132,77,75); }
div.DivClassName
{
background-color: #844D4B;
}
.BgClassName
{
background-color: #844D4B;
}
</style>
border-color css
<style>
span { border-color: #844D4B; }
span { border-color: rgb(132,77,75); }
td.TdClassName
{
border-color: #844D4B;
}
.TagClassName
{
border-color: #844D4B;
}
</style>