Shades of Lotus #884F4B
Tints of Lotus #884F4B
RGB
CMYK
RGB Variations
Color information
#884F4B (or 0x884F4B) is known color: Lotus. HEX triplet: 88, 4F and 4B. RGB value is (136,79,75). Sum of RGB (Red+Green+Blue) = 136+79+75=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #884F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F4B is #77B0B4. Grayscale: #5F5F5F. Windows color (decimal): -7844021 or 4935560. OLE color: 4935560.
HSL color Cylindrical-coordinate representation of color #884F4B: hue angle of 3.93º 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 #884F4B is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 79 | 75 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.47 |
| HSL | 3.93º | 0.29% | 0.41% | - |
| HSV(B) | 3.93º | 0.45% | 0.53% | - |
| XYZ | 14.22 | 11.33 | 8.09 | - |
| YUV | 95.59 | 116.38 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 75 | 0 | 0.42 | 0.45 | 0.47 | 3.93 | 0.29 | 0.41 |
| Hex | 88 | 4F | 4B | 0 | 2A | 2D | 2F | 4 | 1D | 29 |
| Octal | 210 | 117 | 113 | 0 | 52 | 55 | 57 | 4 | 35 | 51 |
| Binary | 10001000 | 1001111 | 1001011 | 0 | 101010 | 101101 | 101111 | 100 | 11101 | 101001 |
Color Harmonies of #884F4B
Complementary color
Monochromatic Colors of #884F4B
Black with #884F4B
Text Example
Text Example
White with #884F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F4B; }
p { color: rgb(136,79,75); }
H1.HeaderClassName
{
color: #884F4B;
}
.AnyTagClassName
{
color: #884F4B;
}
</style>
background-color css
<style>
a { background-color: #884F4B; }
a { background-color: rgb(136,79,75); }
div.DivClassName
{
background-color: #884F4B;
}
.BgClassName
{
background-color: #884F4B;
}
</style>
border-color css
<style>
span { border-color: #884F4B; }
span { border-color: rgb(136,79,75); }
td.TdClassName
{
border-color: #884F4B;
}
.TagClassName
{
border-color: #884F4B;
}
</style>