Shades of Lotus #81534B
Tints of Lotus #81534B
RGB
CMYK
RGB Variations
Color information
#81534B (or 0x81534B) is known color: Lotus. HEX triplet: 81, 53 and 4B. RGB value is (129,83,75). Sum of RGB (Red+Green+Blue) = 129+83+75=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #81534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81534B is #7EACB4. Grayscale: #5F5F5F. Windows color (decimal): -8301749 or 4936577. OLE color: 4936577.
HSL color Cylindrical-coordinate representation of color #81534B: hue angle of 8.89º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81534B is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 83 | 75 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.49 |
| HSL | 8.89º | 0.26% | 0.4% | - |
| HSV(B) | 8.89º | 0.42% | 0.51% | - |
| XYZ | 13.42 | 11.36 | 8.14 | - |
| YUV | 95.84 | 116.24 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 83 | 75 | 0 | 0.36 | 0.42 | 0.49 | 8.89 | 0.26 | 0.4 |
| Hex | 81 | 53 | 4B | 0 | 24 | 2A | 31 | 9 | 1A | 28 |
| Octal | 201 | 123 | 113 | 0 | 44 | 52 | 61 | 11 | 32 | 50 |
| Binary | 10000001 | 1010011 | 1001011 | 0 | 100100 | 101010 | 110001 | 1001 | 11010 | 101000 |
Color Harmonies of #81534B
Complementary color
Monochromatic Colors of #81534B
Black with #81534B
Text Example
Text Example
White with #81534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81534B; }
p { color: rgb(129,83,75); }
H1.HeaderClassName
{
color: #81534B;
}
.AnyTagClassName
{
color: #81534B;
}
</style>
background-color css
<style>
a { background-color: #81534B; }
a { background-color: rgb(129,83,75); }
div.DivClassName
{
background-color: #81534B;
}
.BgClassName
{
background-color: #81534B;
}
</style>
border-color css
<style>
span { border-color: #81534B; }
span { border-color: rgb(129,83,75); }
td.TdClassName
{
border-color: #81534B;
}
.TagClassName
{
border-color: #81534B;
}
</style>