Shades of Lotus #814845
Tints of Lotus #814845
RGB
CMYK
RGB Variations
Color information
#814845 (or 0x814845) is known color: Lotus. HEX triplet: 81, 48 and 45. RGB value is (129,72,69). Sum of RGB (Red+Green+Blue) = 129+72+69=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #814845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814845 is #7EB7BA. Grayscale: #585858. Windows color (decimal): -8304571 or 4540545. OLE color: 4540545.
HSL color Cylindrical-coordinate representation of color #814845: hue angle of 3º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #814845 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 72 | 69 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.49 |
| HSL | 3º | 0.3% | 0.39% | - |
| HSV(B) | 3º | 0.47% | 0.51% | - |
| XYZ | 12.44 | 9.73 | 6.85 | - |
| YUV | 88.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 72 | 69 | 0 | 0.44 | 0.47 | 0.49 | 3 | 0.3 | 0.39 |
| Hex | 81 | 48 | 45 | 0 | 2C | 2F | 31 | 3 | 1E | 27 |
| Octal | 201 | 110 | 105 | 0 | 54 | 57 | 61 | 3 | 36 | 47 |
| Binary | 10000001 | 1001000 | 1000101 | 0 | 101100 | 101111 | 110001 | 11 | 11110 | 100111 |
Color Harmonies of #814845
Complementary color
Monochromatic Colors of #814845
Black with #814845
Text Example
Text Example
White with #814845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814845; }
p { color: rgb(129,72,69); }
H1.HeaderClassName
{
color: #814845;
}
.AnyTagClassName
{
color: #814845;
}
</style>
background-color css
<style>
a { background-color: #814845; }
a { background-color: rgb(129,72,69); }
div.DivClassName
{
background-color: #814845;
}
.BgClassName
{
background-color: #814845;
}
</style>
border-color css
<style>
span { border-color: #814845; }
span { border-color: rgb(129,72,69); }
td.TdClassName
{
border-color: #814845;
}
.TagClassName
{
border-color: #814845;
}
</style>