Shades of Lotus #844F4B
Tints of Lotus #844F4B
RGB
CMYK
RGB Variations
Color information
#844F4B (or 0x844F4B) is known color: Lotus. HEX triplet: 84, 4F and 4B. RGB value is (132,79,75). Sum of RGB (Red+Green+Blue) = 132+79+75=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #844F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F4B is #7BB0B4. Grayscale: #5E5E5E. Windows color (decimal): -8106165 or 4935556. OLE color: 4935556.
HSL color Cylindrical-coordinate representation of color #844F4B: hue angle of 4.21º 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 #844F4B is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 75 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.48 |
| HSL | 4.21º | 0.28% | 0.41% | - |
| HSV(B) | 4.21º | 0.43% | 0.52% | - |
| XYZ | 13.58 | 11.01 | 8.07 | - |
| YUV | 94.39 | 117.06 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 75 | 0 | 0.40 | 0.43 | 0.48 | 4.21 | 0.28 | 0.41 |
| Hex | 84 | 4F | 4B | 0 | 28 | 2B | 30 | 4 | 1C | 29 |
| Octal | 204 | 117 | 113 | 0 | 50 | 53 | 60 | 4 | 34 | 51 |
| Binary | 10000100 | 1001111 | 1001011 | 0 | 101000 | 101011 | 110000 | 100 | 11100 | 101001 |
Color Harmonies of #844F4B
Complementary color
Monochromatic Colors of #844F4B
Black with #844F4B
Text Example
Text Example
White with #844F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F4B; }
p { color: rgb(132,79,75); }
H1.HeaderClassName
{
color: #844F4B;
}
.AnyTagClassName
{
color: #844F4B;
}
</style>
background-color css
<style>
a { background-color: #844F4B; }
a { background-color: rgb(132,79,75); }
div.DivClassName
{
background-color: #844F4B;
}
.BgClassName
{
background-color: #844F4B;
}
</style>
border-color css
<style>
span { border-color: #844F4B; }
span { border-color: rgb(132,79,75); }
td.TdClassName
{
border-color: #844F4B;
}
.TagClassName
{
border-color: #844F4B;
}
</style>