Shades of Lotus #8E574B
Tints of Lotus #8E574B
RGB
CMYK
RGB Variations
Color information
#8E574B (or 0x8E574B) is known color: Lotus. HEX triplet: 8E, 57 and 4B. RGB value is (142,87,75). Sum of RGB (Red+Green+Blue) = 142+87+75=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E574B is #71A8B4. Grayscale: #666666. Windows color (decimal): -7448757 or 4937614. OLE color: 4937614.
HSL color Cylindrical-coordinate representation of color #8E574B: hue angle of 10.75º 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 #8E574B is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 87 | 75 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.44 |
| HSL | 10.75º | 0.31% | 0.43% | - |
| HSV(B) | 10.75º | 0.47% | 0.56% | - |
| XYZ | 15.83 | 13.08 | 8.35 | - |
| YUV | 102.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 87 | 75 | 0 | 0.39 | 0.47 | 0.44 | 10.75 | 0.31 | 0.43 |
| Hex | 8E | 57 | 4B | 0 | 27 | 2F | 2C | B | 1F | 2B |
| Octal | 216 | 127 | 113 | 0 | 47 | 57 | 54 | 13 | 37 | 53 |
| Binary | 10001110 | 1010111 | 1001011 | 0 | 100111 | 101111 | 101100 | 1011 | 11111 | 101011 |
Color Harmonies of #8E574B
Complementary color
Monochromatic Colors of #8E574B
Black with #8E574B
Text Example
Text Example
White with #8E574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E574B; }
p { color: rgb(142,87,75); }
H1.HeaderClassName
{
color: #8E574B;
}
.AnyTagClassName
{
color: #8E574B;
}
</style>
background-color css
<style>
a { background-color: #8E574B; }
a { background-color: rgb(142,87,75); }
div.DivClassName
{
background-color: #8E574B;
}
.BgClassName
{
background-color: #8E574B;
}
</style>
border-color css
<style>
span { border-color: #8E574B; }
span { border-color: rgb(142,87,75); }
td.TdClassName
{
border-color: #8E574B;
}
.TagClassName
{
border-color: #8E574B;
}
</style>