Shades of Lotus #884D4B
Tints of Lotus #884D4B
RGB
CMYK
RGB Variations
Color information
#884D4B (or 0x884D4B) is known color: Lotus. HEX triplet: 88, 4D and 4B. RGB value is (136,77,75). Sum of RGB (Red+Green+Blue) = 136+77+75=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #884D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D4B is #77B2B4. Grayscale: #5E5E5E. Windows color (decimal): -7844533 or 4935048. OLE color: 4935048.
HSL color Cylindrical-coordinate representation of color #884D4B: hue angle of 1.97º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #884D4B is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 75 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.47 |
| HSL | 1.97º | 0.29% | 0.41% | - |
| HSV(B) | 1.97º | 0.45% | 0.53% | - |
| XYZ | 14.08 | 11.05 | 8.05 | - |
| YUV | 94.41 | 117.05 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 75 | 0 | 0.43 | 0.45 | 0.47 | 1.97 | 0.29 | 0.41 |
| Hex | 88 | 4D | 4B | 0 | 2B | 2D | 2F | 2 | 1D | 29 |
| Octal | 210 | 115 | 113 | 0 | 53 | 55 | 57 | 2 | 35 | 51 |
| Binary | 10001000 | 1001101 | 1001011 | 0 | 101011 | 101101 | 101111 | 10 | 11101 | 101001 |
Color Harmonies of #884D4B
Complementary color
Monochromatic Colors of #884D4B
Black with #884D4B
Text Example
Text Example
White with #884D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D4B; }
p { color: rgb(136,77,75); }
H1.HeaderClassName
{
color: #884D4B;
}
.AnyTagClassName
{
color: #884D4B;
}
</style>
background-color css
<style>
a { background-color: #884D4B; }
a { background-color: rgb(136,77,75); }
div.DivClassName
{
background-color: #884D4B;
}
.BgClassName
{
background-color: #884D4B;
}
</style>
border-color css
<style>
span { border-color: #884D4B; }
span { border-color: rgb(136,77,75); }
td.TdClassName
{
border-color: #884D4B;
}
.TagClassName
{
border-color: #884D4B;
}
</style>