Shades of Lotus #81534D
Tints of Lotus #81534D
RGB
CMYK
RGB Variations
Color information
#81534D (or 0x81534D) is known color: Lotus. HEX triplet: 81, 53 and 4D. RGB value is (129,83,77). Sum of RGB (Red+Green+Blue) = 129+83+77=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #81534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81534D is #7EACB2. Grayscale: #606060. Windows color (decimal): -8301747 or 5067649. OLE color: 5067649.
HSL color Cylindrical-coordinate representation of color #81534D: hue angle of 6.92º 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 #81534D is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 83 | 77 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.49 |
| HSL | 6.92º | 0.25% | 0.4% | - |
| HSV(B) | 6.92º | 0.4% | 0.51% | - |
| XYZ | 13.49 | 11.39 | 8.51 | - |
| YUV | 96.07 | 117.24 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 83 | 77 | 0 | 0.36 | 0.40 | 0.49 | 6.92 | 0.25 | 0.4 |
| Hex | 81 | 53 | 4D | 0 | 24 | 28 | 31 | 7 | 19 | 28 |
| Octal | 201 | 123 | 115 | 0 | 44 | 50 | 61 | 7 | 31 | 50 |
| Binary | 10000001 | 1010011 | 1001101 | 0 | 100100 | 101000 | 110001 | 111 | 11001 | 101000 |
Color Harmonies of #81534D
Complementary color
Monochromatic Colors of #81534D
Black with #81534D
Text Example
Text Example
White with #81534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81534D; }
p { color: rgb(129,83,77); }
H1.HeaderClassName
{
color: #81534D;
}
.AnyTagClassName
{
color: #81534D;
}
</style>
background-color css
<style>
a { background-color: #81534D; }
a { background-color: rgb(129,83,77); }
div.DivClassName
{
background-color: #81534D;
}
.BgClassName
{
background-color: #81534D;
}
</style>
border-color css
<style>
span { border-color: #81534D; }
span { border-color: rgb(129,83,77); }
td.TdClassName
{
border-color: #81534D;
}
.TagClassName
{
border-color: #81534D;
}
</style>