Shades of Lotus #844F4F
Tints of Lotus #844F4F
RGB
CMYK
RGB Variations
Color information
#844F4F (or 0x844F4F) is known color: Lotus. HEX triplet: 84, 4F and 4F. RGB value is (132,79,79). Sum of RGB (Red+Green+Blue) = 132+79+79=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #844F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F4F is #7BB0B0. Grayscale: #5E5E5E. Windows color (decimal): -8106161 or 5197700. OLE color: 5197700.
HSL color Cylindrical-coordinate representation of color #844F4F: hue angle of 0º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #844F4F is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 79 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.48 |
| HSL | 0º | 0.25% | 0.41% | - |
| HSV(B) | 0º | 0.4% | 0.52% | - |
| XYZ | 13.72 | 11.06 | 8.81 | - |
| YUV | 94.85 | 119.06 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 79 | 0 | 0.40 | 0.40 | 0.48 | 0 | 0.25 | 0.41 |
| Hex | 84 | 4F | 4F | 0 | 28 | 28 | 30 | 0 | 19 | 29 |
| Octal | 204 | 117 | 117 | 0 | 50 | 50 | 60 | 0 | 31 | 51 |
| Binary | 10000100 | 1001111 | 1001111 | 0 | 101000 | 101000 | 110000 | 0 | 11001 | 101001 |
Color Harmonies of #844F4F
Complementary color
Monochromatic Colors of #844F4F
Black with #844F4F
Text Example
Text Example
White with #844F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F4F; }
p { color: rgb(132,79,79); }
H1.HeaderClassName
{
color: #844F4F;
}
.AnyTagClassName
{
color: #844F4F;
}
</style>
background-color css
<style>
a { background-color: #844F4F; }
a { background-color: rgb(132,79,79); }
div.DivClassName
{
background-color: #844F4F;
}
.BgClassName
{
background-color: #844F4F;
}
</style>
border-color css
<style>
span { border-color: #844F4F; }
span { border-color: rgb(132,79,79); }
td.TdClassName
{
border-color: #844F4F;
}
.TagClassName
{
border-color: #844F4F;
}
</style>