Shades of Lotus #864B4B
Tints of Lotus #864B4B
RGB
CMYK
RGB Variations
Color information
#864B4B (or 0x864B4B) is known color: Lotus. HEX triplet: 86, 4B and 4B. RGB value is (134,75,75). Sum of RGB (Red+Green+Blue) = 134+75+75=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #864B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B4B is #79B4B4. Grayscale: #5C5C5C. Windows color (decimal): -7976117 or 4934534. OLE color: 4934534.
HSL color Cylindrical-coordinate representation of color #864B4B: hue angle of 0º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #864B4B is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 75 | 75 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.47 |
| HSL | 0º | 0.28% | 0.41% | - |
| HSV(B) | 0º | 0.44% | 0.53% | - |
| XYZ | 13.62 | 10.61 | 7.99 | - |
| YUV | 92.64 | 118.05 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 75 | 75 | 0 | 0.44 | 0.44 | 0.47 | 0 | 0.28 | 0.41 |
| Hex | 86 | 4B | 4B | 0 | 2C | 2C | 2F | 0 | 1C | 29 |
| Octal | 206 | 113 | 113 | 0 | 54 | 54 | 57 | 0 | 34 | 51 |
| Binary | 10000110 | 1001011 | 1001011 | 0 | 101100 | 101100 | 101111 | 0 | 11100 | 101001 |
Color Harmonies of #864B4B
Complementary color
Monochromatic Colors of #864B4B
Black with #864B4B
Text Example
Text Example
White with #864B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864B4B; }
p { color: rgb(134,75,75); }
H1.HeaderClassName
{
color: #864B4B;
}
.AnyTagClassName
{
color: #864B4B;
}
</style>
background-color css
<style>
a { background-color: #864B4B; }
a { background-color: rgb(134,75,75); }
div.DivClassName
{
background-color: #864B4B;
}
.BgClassName
{
background-color: #864B4B;
}
</style>
border-color css
<style>
span { border-color: #864B4B; }
span { border-color: rgb(134,75,75); }
td.TdClassName
{
border-color: #864B4B;
}
.TagClassName
{
border-color: #864B4B;
}
</style>