Shades of Lotus #844D4D
Tints of Lotus #844D4D
RGB
CMYK
RGB Variations
Color information
#844D4D (or 0x844D4D) is known color: Lotus. HEX triplet: 84, 4D and 4D. RGB value is (132,77,77). Sum of RGB (Red+Green+Blue) = 132+77+77=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #844D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D4D is #7BB2B2. Grayscale: #5D5D5D. Windows color (decimal): -8106675 or 5066116. OLE color: 5066116.
HSL color Cylindrical-coordinate representation of color #844D4D: hue angle of 0º 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 #844D4D is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 77 | 77 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.48 |
| HSL | 0º | 0.26% | 0.41% | - |
| HSV(B) | 0º | 0.42% | 0.52% | - |
| XYZ | 13.51 | 10.75 | 8.38 | - |
| YUV | 93.45 | 118.72 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 77 | 0 | 0.42 | 0.42 | 0.48 | 0 | 0.26 | 0.41 |
| Hex | 84 | 4D | 4D | 0 | 2A | 2A | 30 | 0 | 1A | 29 |
| Octal | 204 | 115 | 115 | 0 | 52 | 52 | 60 | 0 | 32 | 51 |
| Binary | 10000100 | 1001101 | 1001101 | 0 | 101010 | 101010 | 110000 | 0 | 11010 | 101001 |
Color Harmonies of #844D4D
Complementary color
Monochromatic Colors of #844D4D
Black with #844D4D
Text Example
Text Example
White with #844D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D4D; }
p { color: rgb(132,77,77); }
H1.HeaderClassName
{
color: #844D4D;
}
.AnyTagClassName
{
color: #844D4D;
}
</style>
background-color css
<style>
a { background-color: #844D4D; }
a { background-color: rgb(132,77,77); }
div.DivClassName
{
background-color: #844D4D;
}
.BgClassName
{
background-color: #844D4D;
}
</style>
border-color css
<style>
span { border-color: #844D4D; }
span { border-color: rgb(132,77,77); }
td.TdClassName
{
border-color: #844D4D;
}
.TagClassName
{
border-color: #844D4D;
}
</style>