Shades of Lotus #85514D
Tints of Lotus #85514D
RGB
CMYK
RGB Variations
Color information
#85514D (or 0x85514D) is known color: Lotus. HEX triplet: 85, 51 and 4D. RGB value is (133,81,77). Sum of RGB (Red+Green+Blue) = 133+81+77=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85514D is #7AAEB2. Grayscale: #606060. Windows color (decimal): -8040115 or 5067141. OLE color: 5067141.
HSL color Cylindrical-coordinate representation of color #85514D: hue angle of 4.29º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85514D is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 77 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.48 |
| HSL | 4.29º | 0.27% | 0.41% | - |
| HSV(B) | 4.29º | 0.42% | 0.52% | - |
| XYZ | 13.95 | 11.41 | 8.49 | - |
| YUV | 96.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 77 | 0 | 0.39 | 0.42 | 0.48 | 4.29 | 0.27 | 0.41 |
| Hex | 85 | 51 | 4D | 0 | 27 | 2A | 30 | 4 | 1B | 29 |
| Octal | 205 | 121 | 115 | 0 | 47 | 52 | 60 | 4 | 33 | 51 |
| Binary | 10000101 | 1010001 | 1001101 | 0 | 100111 | 101010 | 110000 | 100 | 11011 | 101001 |
Color Harmonies of #85514D
Complementary color
Monochromatic Colors of #85514D
Black with #85514D
Text Example
Text Example
White with #85514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85514D; }
p { color: rgb(133,81,77); }
H1.HeaderClassName
{
color: #85514D;
}
.AnyTagClassName
{
color: #85514D;
}
</style>
background-color css
<style>
a { background-color: #85514D; }
a { background-color: rgb(133,81,77); }
div.DivClassName
{
background-color: #85514D;
}
.BgClassName
{
background-color: #85514D;
}
</style>
border-color css
<style>
span { border-color: #85514D; }
span { border-color: rgb(133,81,77); }
td.TdClassName
{
border-color: #85514D;
}
.TagClassName
{
border-color: #85514D;
}
</style>