Shades of Lotus #88514C
Tints of Lotus #88514C
RGB
CMYK
RGB Variations
Color information
#88514C (or 0x88514C) is known color: Lotus. HEX triplet: 88, 51 and 4C. RGB value is (136,81,76). Sum of RGB (Red+Green+Blue) = 136+81+76=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #88514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88514C is #77AEB3. Grayscale: #606060. Windows color (decimal): -7843508 or 5001608. OLE color: 5001608.
HSL color Cylindrical-coordinate representation of color #88514C: hue angle of 5º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88514C is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 81 | 76 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.47 |
| HSL | 5º | 0.28% | 0.42% | - |
| HSV(B) | 5º | 0.44% | 0.53% | - |
| XYZ | 14.4 | 11.64 | 8.33 | - |
| YUV | 96.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 76 | 0 | 0.40 | 0.44 | 0.47 | 5 | 0.28 | 0.42 |
| Hex | 88 | 51 | 4C | 0 | 28 | 2C | 2F | 5 | 1C | 2A |
| Octal | 210 | 121 | 114 | 0 | 50 | 54 | 57 | 5 | 34 | 52 |
| Binary | 10001000 | 1010001 | 1001100 | 0 | 101000 | 101100 | 101111 | 101 | 11100 | 101010 |
Color Harmonies of #88514C
Complementary color
Monochromatic Colors of #88514C
Black with #88514C
Text Example
Text Example
White with #88514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88514C; }
p { color: rgb(136,81,76); }
H1.HeaderClassName
{
color: #88514C;
}
.AnyTagClassName
{
color: #88514C;
}
</style>
background-color css
<style>
a { background-color: #88514C; }
a { background-color: rgb(136,81,76); }
div.DivClassName
{
background-color: #88514C;
}
.BgClassName
{
background-color: #88514C;
}
</style>
border-color css
<style>
span { border-color: #88514C; }
span { border-color: rgb(136,81,76); }
td.TdClassName
{
border-color: #88514C;
}
.TagClassName
{
border-color: #88514C;
}
</style>