Shades of Lotus #864D4D
Tints of Lotus #864D4D
RGB
CMYK
RGB Variations
Color information
#864D4D (or 0x864D4D) is known color: Lotus. HEX triplet: 86, 4D and 4D. RGB value is (134,77,77). Sum of RGB (Red+Green+Blue) = 134+77+77=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #864D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864D4D is #79B2B2. Grayscale: #5E5E5E. Windows color (decimal): -7975603 or 5066118. OLE color: 5066118.
HSL color Cylindrical-coordinate representation of color #864D4D: hue angle of 0º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #864D4D is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 77 | 77 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.47 |
| HSL | 0º | 0.27% | 0.41% | - |
| HSV(B) | 0º | 0.43% | 0.53% | - |
| XYZ | 13.82 | 10.91 | 8.4 | - |
| YUV | 94.04 | 118.38 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 77 | 0 | 0.43 | 0.43 | 0.47 | 0 | 0.27 | 0.41 |
| Hex | 86 | 4D | 4D | 0 | 2B | 2B | 2F | 0 | 1B | 29 |
| Octal | 206 | 115 | 115 | 0 | 53 | 53 | 57 | 0 | 33 | 51 |
| Binary | 10000110 | 1001101 | 1001101 | 0 | 101011 | 101011 | 101111 | 0 | 11011 | 101001 |
Color Harmonies of #864D4D
Complementary color
Monochromatic Colors of #864D4D
Black with #864D4D
Text Example
Text Example
White with #864D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864D4D; }
p { color: rgb(134,77,77); }
H1.HeaderClassName
{
color: #864D4D;
}
.AnyTagClassName
{
color: #864D4D;
}
</style>
background-color css
<style>
a { background-color: #864D4D; }
a { background-color: rgb(134,77,77); }
div.DivClassName
{
background-color: #864D4D;
}
.BgClassName
{
background-color: #864D4D;
}
</style>
border-color css
<style>
span { border-color: #864D4D; }
span { border-color: rgb(134,77,77); }
td.TdClassName
{
border-color: #864D4D;
}
.TagClassName
{
border-color: #864D4D;
}
</style>