Shades of Lotus #814A45
Tints of Lotus #814A45
RGB
CMYK
RGB Variations
Color information
#814A45 (or 0x814A45) is known color: Lotus. HEX triplet: 81, 4A and 45. RGB value is (129,74,69). Sum of RGB (Red+Green+Blue) = 129+74+69=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #814A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814A45 is #7EB5BA. Grayscale: #595959. Windows color (decimal): -8304059 or 4541057. OLE color: 4541057.
HSL color Cylindrical-coordinate representation of color #814A45: hue angle of 5º 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 #814A45 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 74 | 69 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.49 |
| HSL | 5º | 0.3% | 0.39% | - |
| HSV(B) | 5º | 0.47% | 0.51% | - |
| XYZ | 12.58 | 9.99 | 6.9 | - |
| YUV | 89.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 69 | 0 | 0.43 | 0.47 | 0.49 | 5 | 0.3 | 0.39 |
| Hex | 81 | 4A | 45 | 0 | 2B | 2F | 31 | 5 | 1E | 27 |
| Octal | 201 | 112 | 105 | 0 | 53 | 57 | 61 | 5 | 36 | 47 |
| Binary | 10000001 | 1001010 | 1000101 | 0 | 101011 | 101111 | 110001 | 101 | 11110 | 100111 |
Color Harmonies of #814A45
Complementary color
Monochromatic Colors of #814A45
Black with #814A45
Text Example
Text Example
White with #814A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814A45; }
p { color: rgb(129,74,69); }
H1.HeaderClassName
{
color: #814A45;
}
.AnyTagClassName
{
color: #814A45;
}
</style>
background-color css
<style>
a { background-color: #814A45; }
a { background-color: rgb(129,74,69); }
div.DivClassName
{
background-color: #814A45;
}
.BgClassName
{
background-color: #814A45;
}
</style>
border-color css
<style>
span { border-color: #814A45; }
span { border-color: rgb(129,74,69); }
td.TdClassName
{
border-color: #814A45;
}
.TagClassName
{
border-color: #814A45;
}
</style>