Shades of Lotus #855A53
Tints of Lotus #855A53
RGB
CMYK
RGB Variations
Color information
#855A53 (or 0x855A53) is known color: Lotus. HEX triplet: 85, 5A and 53. RGB value is (133,90,83). Sum of RGB (Red+Green+Blue) = 133+90+83=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #855A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A53 is #7AA5AC. Grayscale: #666666. Windows color (decimal): -8037805 or 5462661. OLE color: 5462661.
HSL color Cylindrical-coordinate representation of color #855A53: hue angle of 8.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855A53 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 83 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.48 |
| HSL | 8.4º | 0.23% | 0.42% | - |
| HSV(B) | 8.4º | 0.38% | 0.52% | - |
| XYZ | 14.89 | 12.92 | 9.89 | - |
| YUV | 102.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 83 | 0 | 0.32 | 0.38 | 0.48 | 8.4 | 0.23 | 0.42 |
| Hex | 85 | 5A | 53 | 0 | 20 | 26 | 30 | 8 | 17 | 2A |
| Octal | 205 | 132 | 123 | 0 | 40 | 46 | 60 | 10 | 27 | 52 |
| Binary | 10000101 | 1011010 | 1010011 | 0 | 100000 | 100110 | 110000 | 1000 | 10111 | 101010 |
Color Harmonies of #855A53
Complementary color
Monochromatic Colors of #855A53
Black with #855A53
Text Example
Text Example
White with #855A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A53; }
p { color: rgb(133,90,83); }
H1.HeaderClassName
{
color: #855A53;
}
.AnyTagClassName
{
color: #855A53;
}
</style>
background-color css
<style>
a { background-color: #855A53; }
a { background-color: rgb(133,90,83); }
div.DivClassName
{
background-color: #855A53;
}
.BgClassName
{
background-color: #855A53;
}
</style>
border-color css
<style>
span { border-color: #855A53; }
span { border-color: rgb(133,90,83); }
td.TdClassName
{
border-color: #855A53;
}
.TagClassName
{
border-color: #855A53;
}
</style>