Shades of Lotus #8F5250
Tints of Lotus #8F5250
RGB
CMYK
RGB Variations
Color information
#8F5250 (or 0x8F5250) is known color: Lotus. HEX triplet: 8F, 52 and 50. RGB value is (143,82,80). Sum of RGB (Red+Green+Blue) = 143+82+80=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5250 is #70ADAF. Grayscale: #646464. Windows color (decimal): -7384496 or 5264015. OLE color: 5264015.
HSL color Cylindrical-coordinate representation of color #8F5250: hue angle of 1.9º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F5250 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 82 | 80 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.44 |
| HSL | 1.9º | 0.28% | 0.44% | - |
| HSV(B) | 1.9º | 0.44% | 0.56% | - |
| XYZ | 15.79 | 12.45 | 9.16 | - |
| YUV | 100.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 80 | 0 | 0.43 | 0.44 | 0.44 | 1.9 | 0.28 | 0.44 |
| Hex | 8F | 52 | 50 | 0 | 2B | 2C | 2C | 2 | 1C | 2C |
| Octal | 217 | 122 | 120 | 0 | 53 | 54 | 54 | 2 | 34 | 54 |
| Binary | 10001111 | 1010010 | 1010000 | 0 | 101011 | 101100 | 101100 | 10 | 11100 | 101100 |
Color Harmonies of #8F5250
Complementary color
Monochromatic Colors of #8F5250
Black with #8F5250
Text Example
Text Example
White with #8F5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5250; }
p { color: rgb(143,82,80); }
H1.HeaderClassName
{
color: #8F5250;
}
.AnyTagClassName
{
color: #8F5250;
}
</style>
background-color css
<style>
a { background-color: #8F5250; }
a { background-color: rgb(143,82,80); }
div.DivClassName
{
background-color: #8F5250;
}
.BgClassName
{
background-color: #8F5250;
}
</style>
border-color css
<style>
span { border-color: #8F5250; }
span { border-color: rgb(143,82,80); }
td.TdClassName
{
border-color: #8F5250;
}
.TagClassName
{
border-color: #8F5250;
}
</style>