Shades of Lotus #8F534F
Tints of Lotus #8F534F
RGB
CMYK
RGB Variations
Color information
#8F534F (or 0x8F534F) is known color: Lotus. HEX triplet: 8F, 53 and 4F. RGB value is (143,83,79). Sum of RGB (Red+Green+Blue) = 143+83+79=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 143 - color contains mainly: red. Hex color #8F534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F534F is #70ACB0. Grayscale: #646464. Windows color (decimal): -7384241 or 5198735. OLE color: 5198735.
HSL color Cylindrical-coordinate representation of color #8F534F: hue angle of 3.75º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F534F is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 83 | 79 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.44 |
| HSL | 3.75º | 0.29% | 0.44% | - |
| HSV(B) | 3.75º | 0.45% | 0.56% | - |
| XYZ | 15.83 | 12.59 | 8.99 | - |
| YUV | 100.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 83 | 79 | 0 | 0.42 | 0.45 | 0.44 | 3.75 | 0.29 | 0.44 |
| Hex | 8F | 53 | 4F | 0 | 2A | 2D | 2C | 4 | 1D | 2C |
| Octal | 217 | 123 | 117 | 0 | 52 | 55 | 54 | 4 | 35 | 54 |
| Binary | 10001111 | 1010011 | 1001111 | 0 | 101010 | 101101 | 101100 | 100 | 11101 | 101100 |
Color Harmonies of #8F534F
Complementary color
Monochromatic Colors of #8F534F
Black with #8F534F
Text Example
Text Example
White with #8F534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F534F; }
p { color: rgb(143,83,79); }
H1.HeaderClassName
{
color: #8F534F;
}
.AnyTagClassName
{
color: #8F534F;
}
</style>
background-color css
<style>
a { background-color: #8F534F; }
a { background-color: rgb(143,83,79); }
div.DivClassName
{
background-color: #8F534F;
}
.BgClassName
{
background-color: #8F534F;
}
</style>
border-color css
<style>
span { border-color: #8F534F; }
span { border-color: rgb(143,83,79); }
td.TdClassName
{
border-color: #8F534F;
}
.TagClassName
{
border-color: #8F534F;
}
</style>