Shades of Lotus #884C4C
Tints of Lotus #884C4C
RGB
CMYK
RGB Variations
Color information
#884C4C (or 0x884C4C) is known color: Lotus. HEX triplet: 88, 4C and 4C. RGB value is (136,76,76). Sum of RGB (Red+Green+Blue) = 136+76+76=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #884C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C4C is #77B3B3. Grayscale: #5D5D5D. Windows color (decimal): -7844788 or 5000328. OLE color: 5000328.
HSL color Cylindrical-coordinate representation of color #884C4C: hue angle of 0º 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 #884C4C is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 76 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.47 |
| HSL | 0º | 0.28% | 0.42% | - |
| HSV(B) | 0º | 0.44% | 0.53% | - |
| XYZ | 14.04 | 10.92 | 8.21 | - |
| YUV | 93.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 76 | 0 | 0.44 | 0.44 | 0.47 | 0 | 0.28 | 0.42 |
| Hex | 88 | 4C | 4C | 0 | 2C | 2C | 2F | 0 | 1C | 2A |
| Octal | 210 | 114 | 114 | 0 | 54 | 54 | 57 | 0 | 34 | 52 |
| Binary | 10001000 | 1001100 | 1001100 | 0 | 101100 | 101100 | 101111 | 0 | 11100 | 101010 |
Color Harmonies of #884C4C
Complementary color
Monochromatic Colors of #884C4C
Black with #884C4C
Text Example
Text Example
White with #884C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C4C; }
p { color: rgb(136,76,76); }
H1.HeaderClassName
{
color: #884C4C;
}
.AnyTagClassName
{
color: #884C4C;
}
</style>
background-color css
<style>
a { background-color: #884C4C; }
a { background-color: rgb(136,76,76); }
div.DivClassName
{
background-color: #884C4C;
}
.BgClassName
{
background-color: #884C4C;
}
</style>
border-color css
<style>
span { border-color: #884C4C; }
span { border-color: rgb(136,76,76); }
td.TdClassName
{
border-color: #884C4C;
}
.TagClassName
{
border-color: #884C4C;
}
</style>