Shades of Lotus #8F504C
Tints of Lotus #8F504C
RGB
CMYK
RGB Variations
Color information
#8F504C (or 0x8F504C) is known color: Lotus. HEX triplet: 8F, 50 and 4C. RGB value is (143,80,76). Sum of RGB (Red+Green+Blue) = 143+80+76=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F504C is #70AFB3. Grayscale: #626262. Windows color (decimal): -7385012 or 5001359. OLE color: 5001359.
HSL color Cylindrical-coordinate representation of color #8F504C: hue angle of 3.58º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F504C is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 76 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.44 |
| HSL | 3.58º | 0.31% | 0.43% | - |
| HSV(B) | 3.58º | 0.47% | 0.56% | - |
| XYZ | 15.5 | 12.1 | 8.36 | - |
| YUV | 98.38 | 115.37 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 76 | 0 | 0.44 | 0.47 | 0.44 | 3.58 | 0.31 | 0.43 |
| Hex | 8F | 50 | 4C | 0 | 2C | 2F | 2C | 4 | 1F | 2B |
| Octal | 217 | 120 | 114 | 0 | 54 | 57 | 54 | 4 | 37 | 53 |
| Binary | 10001111 | 1010000 | 1001100 | 0 | 101100 | 101111 | 101100 | 100 | 11111 | 101011 |
Color Harmonies of #8F504C
Complementary color
Monochromatic Colors of #8F504C
Black with #8F504C
Text Example
Text Example
White with #8F504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F504C; }
p { color: rgb(143,80,76); }
H1.HeaderClassName
{
color: #8F504C;
}
.AnyTagClassName
{
color: #8F504C;
}
</style>
background-color css
<style>
a { background-color: #8F504C; }
a { background-color: rgb(143,80,76); }
div.DivClassName
{
background-color: #8F504C;
}
.BgClassName
{
background-color: #8F504C;
}
</style>
border-color css
<style>
span { border-color: #8F504C; }
span { border-color: rgb(143,80,76); }
td.TdClassName
{
border-color: #8F504C;
}
.TagClassName
{
border-color: #8F504C;
}
</style>