Shades of Lotus #81564D
Tints of Lotus #81564D
RGB
CMYK
RGB Variations
Color information
#81564D (or 0x81564D) is known color: Lotus. HEX triplet: 81, 56 and 4D. RGB value is (129,86,77). Sum of RGB (Red+Green+Blue) = 129+86+77=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #81564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81564D is #7EA9B2. Grayscale: #616161. Windows color (decimal): -8300979 or 5068417. OLE color: 5068417.
HSL color Cylindrical-coordinate representation of color #81564D: hue angle of 10.38º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81564D is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 86 | 77 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.49 |
| HSL | 10.38º | 0.25% | 0.4% | - |
| HSV(B) | 10.38º | 0.4% | 0.51% | - |
| XYZ | 13.72 | 11.86 | 8.59 | - |
| YUV | 97.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 86 | 77 | 0 | 0.33 | 0.40 | 0.49 | 10.38 | 0.25 | 0.4 |
| Hex | 81 | 56 | 4D | 0 | 21 | 28 | 31 | A | 19 | 28 |
| Octal | 201 | 126 | 115 | 0 | 41 | 50 | 61 | 12 | 31 | 50 |
| Binary | 10000001 | 1010110 | 1001101 | 0 | 100001 | 101000 | 110001 | 1010 | 11001 | 101000 |
Color Harmonies of #81564D
Complementary color
Monochromatic Colors of #81564D
Black with #81564D
Text Example
Text Example
White with #81564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81564D; }
p { color: rgb(129,86,77); }
H1.HeaderClassName
{
color: #81564D;
}
.AnyTagClassName
{
color: #81564D;
}
</style>
background-color css
<style>
a { background-color: #81564D; }
a { background-color: rgb(129,86,77); }
div.DivClassName
{
background-color: #81564D;
}
.BgClassName
{
background-color: #81564D;
}
</style>
border-color css
<style>
span { border-color: #81564D; }
span { border-color: rgb(129,86,77); }
td.TdClassName
{
border-color: #81564D;
}
.TagClassName
{
border-color: #81564D;
}
</style>