Shades of Lotus #854949
Tints of Lotus #854949
RGB
CMYK
RGB Variations
Color information
#854949 (or 0x854949) is known color: Lotus. HEX triplet: 85, 49 and 49. RGB value is (133,73,73). Sum of RGB (Red+Green+Blue) = 133+73+73=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #854949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854949 is #7AB6B6. Grayscale: #5B5B5B. Windows color (decimal): -8042167 or 4802949. OLE color: 4802949.
HSL color Cylindrical-coordinate representation of color #854949: hue angle of 0º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #854949 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 73 | 73 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.48 |
| HSL | 0º | 0.29% | 0.4% | - |
| HSV(B) | 0º | 0.45% | 0.52% | - |
| XYZ | 13.26 | 10.23 | 7.58 | - |
| YUV | 90.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 73 | 0 | 0.45 | 0.45 | 0.48 | 0 | 0.29 | 0.4 |
| Hex | 85 | 49 | 49 | 0 | 2D | 2D | 30 | 0 | 1D | 28 |
| Octal | 205 | 111 | 111 | 0 | 55 | 55 | 60 | 0 | 35 | 50 |
| Binary | 10000101 | 1001001 | 1001001 | 0 | 101101 | 101101 | 110000 | 0 | 11101 | 101000 |
Color Harmonies of #854949
Complementary color
Monochromatic Colors of #854949
Black with #854949
Text Example
Text Example
White with #854949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854949; }
p { color: rgb(133,73,73); }
H1.HeaderClassName
{
color: #854949;
}
.AnyTagClassName
{
color: #854949;
}
</style>
background-color css
<style>
a { background-color: #854949; }
a { background-color: rgb(133,73,73); }
div.DivClassName
{
background-color: #854949;
}
.BgClassName
{
background-color: #854949;
}
</style>
border-color css
<style>
span { border-color: #854949; }
span { border-color: rgb(133,73,73); }
td.TdClassName
{
border-color: #854949;
}
.TagClassName
{
border-color: #854949;
}
</style>