Shades of Lotus #8D4E4C
Tints of Lotus #8D4E4C
RGB
CMYK
RGB Variations
Color information
#8D4E4C (or 0x8D4E4C) is known color: Lotus. HEX triplet: 8D, 4E and 4C. RGB value is (141,78,76). Sum of RGB (Red+Green+Blue) = 141+78+76=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D4E4C is #72B1B3. Grayscale: #606060. Windows color (decimal): -7516596 or 5000845. OLE color: 5000845.
HSL color Cylindrical-coordinate representation of color #8D4E4C: hue angle of 1.85º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D4E4C is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 78 | 76 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.45 |
| HSL | 1.85º | 0.3% | 0.43% | - |
| HSV(B) | 1.85º | 0.46% | 0.55% | - |
| XYZ | 15.01 | 11.63 | 8.29 | - |
| YUV | 96.61 | 116.37 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 78 | 76 | 0 | 0.45 | 0.46 | 0.45 | 1.85 | 0.3 | 0.43 |
| Hex | 8D | 4E | 4C | 0 | 2D | 2E | 2D | 2 | 1E | 2B |
| Octal | 215 | 116 | 114 | 0 | 55 | 56 | 55 | 2 | 36 | 53 |
| Binary | 10001101 | 1001110 | 1001100 | 0 | 101101 | 101110 | 101101 | 10 | 11110 | 101011 |
Color Harmonies of #8D4E4C
Complementary color
Monochromatic Colors of #8D4E4C
Black with #8D4E4C
Text Example
Text Example
White with #8D4E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4E4C; }
p { color: rgb(141,78,76); }
H1.HeaderClassName
{
color: #8D4E4C;
}
.AnyTagClassName
{
color: #8D4E4C;
}
</style>
background-color css
<style>
a { background-color: #8D4E4C; }
a { background-color: rgb(141,78,76); }
div.DivClassName
{
background-color: #8D4E4C;
}
.BgClassName
{
background-color: #8D4E4C;
}
</style>
border-color css
<style>
span { border-color: #8D4E4C; }
span { border-color: rgb(141,78,76); }
td.TdClassName
{
border-color: #8D4E4C;
}
.TagClassName
{
border-color: #8D4E4C;
}
</style>