Shades of Lotus #884B4A
Tints of Lotus #884B4A
RGB
CMYK
RGB Variations
Color information
#884B4A (or 0x884B4A) is known color: Lotus. HEX triplet: 88, 4B and 4A. RGB value is (136,75,74). Sum of RGB (Red+Green+Blue) = 136+75+74=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #884B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B4A is #77B4B5. Grayscale: #5D5D5D. Windows color (decimal): -7845046 or 4869000. OLE color: 4869000.
HSL color Cylindrical-coordinate representation of color #884B4A: hue angle of 0.97º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884B4A is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 74 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.47 |
| HSL | 0.97º | 0.3% | 0.41% | - |
| HSV(B) | 0.97º | 0.46% | 0.53% | - |
| XYZ | 13.91 | 10.76 | 7.82 | - |
| YUV | 93.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 74 | 0 | 0.45 | 0.46 | 0.47 | 0.97 | 0.3 | 0.41 |
| Hex | 88 | 4B | 4A | 0 | 2D | 2E | 2F | 1 | 1E | 29 |
| Octal | 210 | 113 | 112 | 0 | 55 | 56 | 57 | 1 | 36 | 51 |
| Binary | 10001000 | 1001011 | 1001010 | 0 | 101101 | 101110 | 101111 | 1 | 11110 | 101001 |
Color Harmonies of #884B4A
Complementary color
Monochromatic Colors of #884B4A
Black with #884B4A
Text Example
Text Example
White with #884B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B4A; }
p { color: rgb(136,75,74); }
H1.HeaderClassName
{
color: #884B4A;
}
.AnyTagClassName
{
color: #884B4A;
}
</style>
background-color css
<style>
a { background-color: #884B4A; }
a { background-color: rgb(136,75,74); }
div.DivClassName
{
background-color: #884B4A;
}
.BgClassName
{
background-color: #884B4A;
}
</style>
border-color css
<style>
span { border-color: #884B4A; }
span { border-color: rgb(136,75,74); }
td.TdClassName
{
border-color: #884B4A;
}
.TagClassName
{
border-color: #884B4A;
}
</style>