Shades of Lotus #855552
Tints of Lotus #855552
RGB
CMYK
RGB Variations
Color information
#855552 (or 0x855552) is known color: Lotus. HEX triplet: 85, 55 and 52. RGB value is (133,85,82). Sum of RGB (Red+Green+Blue) = 133+85+82=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #855552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855552 is #7AAAAD. Grayscale: #636363. Windows color (decimal): -8039086 or 5395845. OLE color: 5395845.
HSL color Cylindrical-coordinate representation of color #855552: hue angle of 3.53º degrees, saturation: 0.24, 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 #855552 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 82 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.48 |
| HSL | 3.53º | 0.24% | 0.42% | - |
| HSV(B) | 3.53º | 0.38% | 0.52% | - |
| XYZ | 14.44 | 12.09 | 9.56 | - |
| YUV | 99.01 | 118.4 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 82 | 0 | 0.36 | 0.38 | 0.48 | 3.53 | 0.24 | 0.42 |
| Hex | 85 | 55 | 52 | 0 | 24 | 26 | 30 | 4 | 18 | 2A |
| Octal | 205 | 125 | 122 | 0 | 44 | 46 | 60 | 4 | 30 | 52 |
| Binary | 10000101 | 1010101 | 1010010 | 0 | 100100 | 100110 | 110000 | 100 | 11000 | 101010 |
Color Harmonies of #855552
Complementary color
Monochromatic Colors of #855552
Black with #855552
Text Example
Text Example
White with #855552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855552; }
p { color: rgb(133,85,82); }
H1.HeaderClassName
{
color: #855552;
}
.AnyTagClassName
{
color: #855552;
}
</style>
background-color css
<style>
a { background-color: #855552; }
a { background-color: rgb(133,85,82); }
div.DivClassName
{
background-color: #855552;
}
.BgClassName
{
background-color: #855552;
}
</style>
border-color css
<style>
span { border-color: #855552; }
span { border-color: rgb(133,85,82); }
td.TdClassName
{
border-color: #855552;
}
.TagClassName
{
border-color: #855552;
}
</style>