Shades of Lotus #884B4B
Tints of Lotus #884B4B
RGB
CMYK
RGB Variations
Color information
#884B4B (or 0x884B4B) is known color: Lotus. HEX triplet: 88, 4B and 4B. RGB value is (136,75,75). Sum of RGB (Red+Green+Blue) = 136+75+75=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #884B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B4B is #77B4B4. Grayscale: #5D5D5D. Windows color (decimal): -7845045 or 4934536. OLE color: 4934536.
HSL color Cylindrical-coordinate representation of color #884B4B: hue angle of 0º 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 #884B4B is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 75 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.47 |
| HSL | 0º | 0.29% | 0.41% | - |
| HSV(B) | 0º | 0.45% | 0.53% | - |
| XYZ | 13.94 | 10.77 | 8 | - |
| YUV | 93.24 | 117.71 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 75 | 0 | 0.45 | 0.45 | 0.47 | 0 | 0.29 | 0.41 |
| Hex | 88 | 4B | 4B | 0 | 2D | 2D | 2F | 0 | 1D | 29 |
| Octal | 210 | 113 | 113 | 0 | 55 | 55 | 57 | 0 | 35 | 51 |
| Binary | 10001000 | 1001011 | 1001011 | 0 | 101101 | 101101 | 101111 | 0 | 11101 | 101001 |
Color Harmonies of #884B4B
Complementary color
Monochromatic Colors of #884B4B
Black with #884B4B
Text Example
Text Example
White with #884B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B4B; }
p { color: rgb(136,75,75); }
H1.HeaderClassName
{
color: #884B4B;
}
.AnyTagClassName
{
color: #884B4B;
}
</style>
background-color css
<style>
a { background-color: #884B4B; }
a { background-color: rgb(136,75,75); }
div.DivClassName
{
background-color: #884B4B;
}
.BgClassName
{
background-color: #884B4B;
}
</style>
border-color css
<style>
span { border-color: #884B4B; }
span { border-color: rgb(136,75,75); }
td.TdClassName
{
border-color: #884B4B;
}
.TagClassName
{
border-color: #884B4B;
}
</style>