Shades of Lotus #804B48
Tints of Lotus #804B48
RGB
CMYK
RGB Variations
Color information
#804B48 (or 0x804B48) is known color: Lotus. HEX triplet: 80, 4B and 48. RGB value is (128,75,72). Sum of RGB (Red+Green+Blue) = 128+75+72=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #804B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B48 is #7FB4B7. Grayscale: #5A5A5A. Windows color (decimal): -8369336 or 4737920. OLE color: 4737920.
HSL color Cylindrical-coordinate representation of color #804B48: hue angle of 3.21º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #804B48 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 75 | 72 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.50 |
| HSL | 3.21º | 0.28% | 0.39% | - |
| HSV(B) | 3.21º | 0.44% | 0.5% | - |
| XYZ | 12.59 | 10.09 | 7.41 | - |
| YUV | 90.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 72 | 0 | 0.41 | 0.44 | 0.50 | 3.21 | 0.28 | 0.39 |
| Hex | 80 | 4B | 48 | 0 | 29 | 2C | 32 | 3 | 1C | 27 |
| Octal | 200 | 113 | 110 | 0 | 51 | 54 | 62 | 3 | 34 | 47 |
| Binary | 10000000 | 1001011 | 1001000 | 0 | 101001 | 101100 | 110010 | 11 | 11100 | 100111 |
Color Harmonies of #804B48
Complementary color
Monochromatic Colors of #804B48
Black with #804B48
Text Example
Text Example
White with #804B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804B48; }
p { color: rgb(128,75,72); }
H1.HeaderClassName
{
color: #804B48;
}
.AnyTagClassName
{
color: #804B48;
}
</style>
background-color css
<style>
a { background-color: #804B48; }
a { background-color: rgb(128,75,72); }
div.DivClassName
{
background-color: #804B48;
}
.BgClassName
{
background-color: #804B48;
}
</style>
border-color css
<style>
span { border-color: #804B48; }
span { border-color: rgb(128,75,72); }
td.TdClassName
{
border-color: #804B48;
}
.TagClassName
{
border-color: #804B48;
}
</style>