Shades of Lotus #7D4949
Tints of Lotus #7D4949
RGB
CMYK
RGB Variations
Color information
#7D4949 (or 0x7D4949) is known color: Lotus. HEX triplet: 7D, 49 and 49. RGB value is (125,73,73). Sum of RGB (Red+Green+Blue) = 125+73+73=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4949 is #82B6B6. Grayscale: #585858. Windows color (decimal): -8566455 or 4802941. OLE color: 4802941.
HSL color Cylindrical-coordinate representation of color #7D4949: hue angle of 0º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D4949 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 73 | 73 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.51 |
| HSL | 0º | 0.26% | 0.39% | - |
| HSV(B) | 0º | 0.42% | 0.49% | - |
| XYZ | 12.04 | 9.61 | 7.52 | - |
| YUV | 88.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 73 | 73 | 0 | 0.42 | 0.42 | 0.51 | 0 | 0.26 | 0.39 |
| Hex | 7D | 49 | 49 | 0 | 2A | 2A | 33 | 0 | 1A | 27 |
| Octal | 175 | 111 | 111 | 0 | 52 | 52 | 63 | 0 | 32 | 47 |
| Binary | 1111101 | 1001001 | 1001001 | 0 | 101010 | 101010 | 110011 | 0 | 11010 | 100111 |
Color Harmonies of #7D4949
Complementary color
Monochromatic Colors of #7D4949
Black with #7D4949
Text Example
Text Example
White with #7D4949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4949; }
p { color: rgb(125,73,73); }
H1.HeaderClassName
{
color: #7D4949;
}
.AnyTagClassName
{
color: #7D4949;
}
</style>
background-color css
<style>
a { background-color: #7D4949; }
a { background-color: rgb(125,73,73); }
div.DivClassName
{
background-color: #7D4949;
}
.BgClassName
{
background-color: #7D4949;
}
</style>
border-color css
<style>
span { border-color: #7D4949; }
span { border-color: rgb(125,73,73); }
td.TdClassName
{
border-color: #7D4949;
}
.TagClassName
{
border-color: #7D4949;
}
</style>