Shades of Lotus #8C5453
Tints of Lotus #8C5453
RGB
CMYK
RGB Variations
Color information
#8C5453 (or 0x8C5453) is known color: Lotus. HEX triplet: 8C, 54 and 53. RGB value is (140,84,83). Sum of RGB (Red+Green+Blue) = 140+84+83=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5453 is #73ABAC. Grayscale: #646464. Windows color (decimal): -7580589 or 5461132. OLE color: 5461132.
HSL color Cylindrical-coordinate representation of color #8C5453: hue angle of 1.05º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C5453 is Cyan = 0, Magento = 0.4, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 83 | - |
| CMYK | 0 | 0.4 | 0.41 | 0.45 |
| HSL | 1.05º | 0.26% | 0.44% | - |
| HSV(B) | 1.05º | 0.41% | 0.55% | - |
| XYZ | 15.55 | 12.54 | 9.78 | - |
| YUV | 100.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 83 | 0 | 0.4 | 0.41 | 0.45 | 1.05 | 0.26 | 0.44 |
| Hex | 8C | 54 | 53 | 0 | 28 | 29 | 2D | 1 | 1A | 2C |
| Octal | 214 | 124 | 123 | 0 | 50 | 51 | 55 | 1 | 32 | 54 |
| Binary | 10001100 | 1010100 | 1010011 | 0 | 101000 | 101001 | 101101 | 1 | 11010 | 101100 |
Color Harmonies of #8C5453
Complementary color
Monochromatic Colors of #8C5453
Black with #8C5453
Text Example
Text Example
White with #8C5453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5453; }
p { color: rgb(140,84,83); }
H1.HeaderClassName
{
color: #8C5453;
}
.AnyTagClassName
{
color: #8C5453;
}
</style>
background-color css
<style>
a { background-color: #8C5453; }
a { background-color: rgb(140,84,83); }
div.DivClassName
{
background-color: #8C5453;
}
.BgClassName
{
background-color: #8C5453;
}
</style>
border-color css
<style>
span { border-color: #8C5453; }
span { border-color: rgb(140,84,83); }
td.TdClassName
{
border-color: #8C5453;
}
.TagClassName
{
border-color: #8C5453;
}
</style>