Shades of Lotus #824B49
Tints of Lotus #824B49
RGB
CMYK
RGB Variations
Color information
#824B49 (or 0x824B49) is known color: Lotus. HEX triplet: 82, 4B and 49. RGB value is (130,75,73). Sum of RGB (Red+Green+Blue) = 130+75+73=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #824B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B49 is #7DB4B6. Grayscale: #5B5B5B. Windows color (decimal): -8238263 or 4803458. OLE color: 4803458.
HSL color Cylindrical-coordinate representation of color #824B49: hue angle of 2.11º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #824B49 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 75 | 73 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.49 |
| HSL | 2.11º | 0.28% | 0.4% | - |
| HSV(B) | 2.11º | 0.44% | 0.51% | - |
| XYZ | 12.92 | 10.26 | 7.6 | - |
| YUV | 91.22 | 117.72 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 73 | 0 | 0.42 | 0.44 | 0.49 | 2.11 | 0.28 | 0.4 |
| Hex | 82 | 4B | 49 | 0 | 2A | 2C | 31 | 2 | 1C | 28 |
| Octal | 202 | 113 | 111 | 0 | 52 | 54 | 61 | 2 | 34 | 50 |
| Binary | 10000010 | 1001011 | 1001001 | 0 | 101010 | 101100 | 110001 | 10 | 11100 | 101000 |
Color Harmonies of #824B49
Complementary color
Monochromatic Colors of #824B49
Black with #824B49
Text Example
Text Example
White with #824B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B49; }
p { color: rgb(130,75,73); }
H1.HeaderClassName
{
color: #824B49;
}
.AnyTagClassName
{
color: #824B49;
}
</style>
background-color css
<style>
a { background-color: #824B49; }
a { background-color: rgb(130,75,73); }
div.DivClassName
{
background-color: #824B49;
}
.BgClassName
{
background-color: #824B49;
}
</style>
border-color css
<style>
span { border-color: #824B49; }
span { border-color: rgb(130,75,73); }
td.TdClassName
{
border-color: #824B49;
}
.TagClassName
{
border-color: #824B49;
}
</style>