Shades of Lotus #8C4B4B
Tints of Lotus #8C4B4B
RGB
CMYK
RGB Variations
Color information
#8C4B4B (or 0x8C4B4B) is known color: Lotus. HEX triplet: 8C, 4B and 4B. RGB value is (140,75,75). Sum of RGB (Red+Green+Blue) = 140+75+75=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4B4B is #73B4B4. Grayscale: #5E5E5E. Windows color (decimal): -7582901 or 4934540. OLE color: 4934540.
HSL color Cylindrical-coordinate representation of color #8C4B4B: hue angle of 0º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C4B4B is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 75 | 75 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.45 |
| HSL | 0º | 0.3% | 0.42% | - |
| HSV(B) | 0º | 0.46% | 0.55% | - |
| XYZ | 14.6 | 11.12 | 8.03 | - |
| YUV | 94.44 | 117.03 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 75 | 0 | 0.46 | 0.46 | 0.45 | 0 | 0.3 | 0.42 |
| Hex | 8C | 4B | 4B | 0 | 2E | 2E | 2D | 0 | 1E | 2A |
| Octal | 214 | 113 | 113 | 0 | 56 | 56 | 55 | 0 | 36 | 52 |
| Binary | 10001100 | 1001011 | 1001011 | 0 | 101110 | 101110 | 101101 | 0 | 11110 | 101010 |
Color Harmonies of #8C4B4B
Complementary color
Monochromatic Colors of #8C4B4B
Black with #8C4B4B
Text Example
Text Example
White with #8C4B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4B4B; }
p { color: rgb(140,75,75); }
H1.HeaderClassName
{
color: #8C4B4B;
}
.AnyTagClassName
{
color: #8C4B4B;
}
</style>
background-color css
<style>
a { background-color: #8C4B4B; }
a { background-color: rgb(140,75,75); }
div.DivClassName
{
background-color: #8C4B4B;
}
.BgClassName
{
background-color: #8C4B4B;
}
</style>
border-color css
<style>
span { border-color: #8C4B4B; }
span { border-color: rgb(140,75,75); }
td.TdClassName
{
border-color: #8C4B4B;
}
.TagClassName
{
border-color: #8C4B4B;
}
</style>