Shades of Lotus #8F5353
Tints of Lotus #8F5353
RGB
CMYK
RGB Variations
Color information
#8F5353 (or 0x8F5353) is known color: Lotus. HEX triplet: 8F, 53 and 53. RGB value is (143,83,83). Sum of RGB (Red+Green+Blue) = 143+83+83=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5353 is #70ACAC. Grayscale: #656565. Windows color (decimal): -7384237 or 5460879. OLE color: 5460879.
HSL color Cylindrical-coordinate representation of color #8F5353: hue angle of 0º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F5353 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 83 | 83 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.44 |
| HSL | 0º | 0.27% | 0.44% | - |
| HSV(B) | 0º | 0.42% | 0.56% | - |
| XYZ | 15.98 | 12.65 | 9.78 | - |
| YUV | 100.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 83 | 83 | 0 | 0.42 | 0.42 | 0.44 | 0 | 0.27 | 0.44 |
| Hex | 8F | 53 | 53 | 0 | 2A | 2A | 2C | 0 | 1B | 2C |
| Octal | 217 | 123 | 123 | 0 | 52 | 52 | 54 | 0 | 33 | 54 |
| Binary | 10001111 | 1010011 | 1010011 | 0 | 101010 | 101010 | 101100 | 0 | 11011 | 101100 |
Color Harmonies of #8F5353
Complementary color
Monochromatic Colors of #8F5353
Black with #8F5353
Text Example
Text Example
White with #8F5353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5353; }
p { color: rgb(143,83,83); }
H1.HeaderClassName
{
color: #8F5353;
}
.AnyTagClassName
{
color: #8F5353;
}
</style>
background-color css
<style>
a { background-color: #8F5353; }
a { background-color: rgb(143,83,83); }
div.DivClassName
{
background-color: #8F5353;
}
.BgClassName
{
background-color: #8F5353;
}
</style>
border-color css
<style>
span { border-color: #8F5353; }
span { border-color: rgb(143,83,83); }
td.TdClassName
{
border-color: #8F5353;
}
.TagClassName
{
border-color: #8F5353;
}
</style>