Shades of Lotus #81514C
Tints of Lotus #81514C
RGB
CMYK
RGB Variations
Color information
#81514C (or 0x81514C) is known color: Lotus. HEX triplet: 81, 51 and 4C. RGB value is (129,81,76). Sum of RGB (Red+Green+Blue) = 129+81+76=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #81514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81514C is #7EAEB3. Grayscale: #5E5E5E. Windows color (decimal): -8302260 or 5001601. OLE color: 5001601.
HSL color Cylindrical-coordinate representation of color #81514C: hue angle of 5.66º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81514C is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 81 | 76 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.49 |
| HSL | 5.66º | 0.26% | 0.4% | - |
| HSV(B) | 5.66º | 0.41% | 0.51% | - |
| XYZ | 13.3 | 11.07 | 8.27 | - |
| YUV | 94.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 76 | 0 | 0.37 | 0.41 | 0.49 | 5.66 | 0.26 | 0.4 |
| Hex | 81 | 51 | 4C | 0 | 25 | 29 | 31 | 6 | 1A | 28 |
| Octal | 201 | 121 | 114 | 0 | 45 | 51 | 61 | 6 | 32 | 50 |
| Binary | 10000001 | 1010001 | 1001100 | 0 | 100101 | 101001 | 110001 | 110 | 11010 | 101000 |
Color Harmonies of #81514C
Complementary color
Monochromatic Colors of #81514C
Black with #81514C
Text Example
Text Example
White with #81514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81514C; }
p { color: rgb(129,81,76); }
H1.HeaderClassName
{
color: #81514C;
}
.AnyTagClassName
{
color: #81514C;
}
</style>
background-color css
<style>
a { background-color: #81514C; }
a { background-color: rgb(129,81,76); }
div.DivClassName
{
background-color: #81514C;
}
.BgClassName
{
background-color: #81514C;
}
</style>
border-color css
<style>
span { border-color: #81514C; }
span { border-color: rgb(129,81,76); }
td.TdClassName
{
border-color: #81514C;
}
.TagClassName
{
border-color: #81514C;
}
</style>