Shades of Lotus #81564F
Tints of Lotus #81564F
RGB
CMYK
RGB Variations
Color information
#81564F (or 0x81564F) is known color: Lotus. HEX triplet: 81, 56 and 4F. RGB value is (129,86,79). Sum of RGB (Red+Green+Blue) = 129+86+79=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #81564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81564F is #7EA9B0. Grayscale: #626262. Windows color (decimal): -8300977 or 5199489. OLE color: 5199489.
HSL color Cylindrical-coordinate representation of color #81564F: hue angle of 8.4º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81564F is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 86 | 79 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.49 |
| HSL | 8.4º | 0.24% | 0.41% | - |
| HSV(B) | 8.4º | 0.39% | 0.51% | - |
| XYZ | 13.79 | 11.89 | 8.96 | - |
| YUV | 98.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 86 | 79 | 0 | 0.33 | 0.39 | 0.49 | 8.4 | 0.24 | 0.41 |
| Hex | 81 | 56 | 4F | 0 | 21 | 27 | 31 | 8 | 18 | 29 |
| Octal | 201 | 126 | 117 | 0 | 41 | 47 | 61 | 10 | 30 | 51 |
| Binary | 10000001 | 1010110 | 1001111 | 0 | 100001 | 100111 | 110001 | 1000 | 11000 | 101001 |
Color Harmonies of #81564F
Complementary color
Monochromatic Colors of #81564F
Black with #81564F
Text Example
Text Example
White with #81564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81564F; }
p { color: rgb(129,86,79); }
H1.HeaderClassName
{
color: #81564F;
}
.AnyTagClassName
{
color: #81564F;
}
</style>
background-color css
<style>
a { background-color: #81564F; }
a { background-color: rgb(129,86,79); }
div.DivClassName
{
background-color: #81564F;
}
.BgClassName
{
background-color: #81564F;
}
</style>
border-color css
<style>
span { border-color: #81564F; }
span { border-color: rgb(129,86,79); }
td.TdClassName
{
border-color: #81564F;
}
.TagClassName
{
border-color: #81564F;
}
</style>