Shades of Lotus #804A47
Tints of Lotus #804A47
RGB
CMYK
RGB Variations
Color information
#804A47 (or 0x804A47) is known color: Lotus. HEX triplet: 80, 4A and 47. RGB value is (128,74,71). Sum of RGB (Red+Green+Blue) = 128+74+71=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #804A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A47 is #7FB5B8. Grayscale: #595959. Windows color (decimal): -8369593 or 4672128. OLE color: 4672128.
HSL color Cylindrical-coordinate representation of color #804A47: hue angle of 3.16º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #804A47 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 74 | 71 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.50 |
| HSL | 3.16º | 0.29% | 0.39% | - |
| HSV(B) | 3.16º | 0.45% | 0.5% | - |
| XYZ | 12.49 | 9.94 | 7.22 | - |
| YUV | 89.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 71 | 0 | 0.42 | 0.45 | 0.50 | 3.16 | 0.29 | 0.39 |
| Hex | 80 | 4A | 47 | 0 | 2A | 2D | 32 | 3 | 1D | 27 |
| Octal | 200 | 112 | 107 | 0 | 52 | 55 | 62 | 3 | 35 | 47 |
| Binary | 10000000 | 1001010 | 1000111 | 0 | 101010 | 101101 | 110010 | 11 | 11101 | 100111 |
Color Harmonies of #804A47
Complementary color
Monochromatic Colors of #804A47
Black with #804A47
Text Example
Text Example
White with #804A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804A47; }
p { color: rgb(128,74,71); }
H1.HeaderClassName
{
color: #804A47;
}
.AnyTagClassName
{
color: #804A47;
}
</style>
background-color css
<style>
a { background-color: #804A47; }
a { background-color: rgb(128,74,71); }
div.DivClassName
{
background-color: #804A47;
}
.BgClassName
{
background-color: #804A47;
}
</style>
border-color css
<style>
span { border-color: #804A47; }
span { border-color: rgb(128,74,71); }
td.TdClassName
{
border-color: #804A47;
}
.TagClassName
{
border-color: #804A47;
}
</style>