Shades of Lotus #884D4C
Tints of Lotus #884D4C
RGB
CMYK
RGB Variations
Color information
#884D4C (or 0x884D4C) is known color: Lotus. HEX triplet: 88, 4D and 4C. RGB value is (136,77,76). Sum of RGB (Red+Green+Blue) = 136+77+76=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #884D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D4C is #77B2B3. Grayscale: #5E5E5E. Windows color (decimal): -7844532 or 5000584. OLE color: 5000584.
HSL color Cylindrical-coordinate representation of color #884D4C: hue angle of 1º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #884D4C is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 76 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.47 |
| HSL | 1º | 0.28% | 0.42% | - |
| HSV(B) | 1º | 0.44% | 0.53% | - |
| XYZ | 14.11 | 11.06 | 8.23 | - |
| YUV | 94.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 76 | 0 | 0.43 | 0.44 | 0.47 | 1 | 0.28 | 0.42 |
| Hex | 88 | 4D | 4C | 0 | 2B | 2C | 2F | 1 | 1C | 2A |
| Octal | 210 | 115 | 114 | 0 | 53 | 54 | 57 | 1 | 34 | 52 |
| Binary | 10001000 | 1001101 | 1001100 | 0 | 101011 | 101100 | 101111 | 1 | 11100 | 101010 |
Color Harmonies of #884D4C
Complementary color
Monochromatic Colors of #884D4C
Black with #884D4C
Text Example
Text Example
White with #884D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D4C; }
p { color: rgb(136,77,76); }
H1.HeaderClassName
{
color: #884D4C;
}
.AnyTagClassName
{
color: #884D4C;
}
</style>
background-color css
<style>
a { background-color: #884D4C; }
a { background-color: rgb(136,77,76); }
div.DivClassName
{
background-color: #884D4C;
}
.BgClassName
{
background-color: #884D4C;
}
</style>
border-color css
<style>
span { border-color: #884D4C; }
span { border-color: rgb(136,77,76); }
td.TdClassName
{
border-color: #884D4C;
}
.TagClassName
{
border-color: #884D4C;
}
</style>