Shades of Lotus #85514E
Tints of Lotus #85514E
RGB
CMYK
RGB Variations
Color information
#85514E (or 0x85514E) is known color: Lotus. HEX triplet: 85, 51 and 4E. RGB value is (133,81,78). Sum of RGB (Red+Green+Blue) = 133+81+78=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85514E is #7AAEB1. Grayscale: #606060. Windows color (decimal): -8040114 or 5132677. OLE color: 5132677.
HSL color Cylindrical-coordinate representation of color #85514E: hue angle of 3.27º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85514E is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 78 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.48 |
| HSL | 3.27º | 0.26% | 0.41% | - |
| HSV(B) | 3.27º | 0.41% | 0.52% | - |
| XYZ | 13.99 | 11.42 | 8.67 | - |
| YUV | 96.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 78 | 0 | 0.39 | 0.41 | 0.48 | 3.27 | 0.26 | 0.41 |
| Hex | 85 | 51 | 4E | 0 | 27 | 29 | 30 | 3 | 1A | 29 |
| Octal | 205 | 121 | 116 | 0 | 47 | 51 | 60 | 3 | 32 | 51 |
| Binary | 10000101 | 1010001 | 1001110 | 0 | 100111 | 101001 | 110000 | 11 | 11010 | 101001 |
Color Harmonies of #85514E
Complementary color
Monochromatic Colors of #85514E
Black with #85514E
Text Example
Text Example
White with #85514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85514E; }
p { color: rgb(133,81,78); }
H1.HeaderClassName
{
color: #85514E;
}
.AnyTagClassName
{
color: #85514E;
}
</style>
background-color css
<style>
a { background-color: #85514E; }
a { background-color: rgb(133,81,78); }
div.DivClassName
{
background-color: #85514E;
}
.BgClassName
{
background-color: #85514E;
}
</style>
border-color css
<style>
span { border-color: #85514E; }
span { border-color: rgb(133,81,78); }
td.TdClassName
{
border-color: #85514E;
}
.TagClassName
{
border-color: #85514E;
}
</style>