Shades of Lusty #7D2926
Tints of Lusty #7D2926
RGB
CMYK
RGB Variations
Color information
#7D2926 (or 0x7D2926) is known color: Lusty. HEX triplet: 7D, 29 and 26. RGB value is (125,41,38). Sum of RGB (Red+Green+Blue) = 125+41+38=204 (27% of max value = 765). Red value is 125 (49.22% from 255 or 61.27% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2926 is #82D6D9. Grayscale: #414141. Windows color (decimal): -8574682 or 2500989. OLE color: 2500989.
HSL color Cylindrical-coordinate representation of color #7D2926: hue angle of 2.07º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D2926 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 41 | 38 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.51 |
| HSL | 2.07º | 0.53% | 0.32% | - |
| HSV(B) | 2.07º | 0.7% | 0.49% | - |
| XYZ | 9.6 | 6.09 | 2.5 | - |
| YUV | 65.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 38 | 0 | 0.67 | 0.70 | 0.51 | 2.07 | 0.53 | 0.32 |
| Hex | 7D | 29 | 26 | 0 | 43 | 46 | 33 | 2 | 35 | 20 |
| Octal | 175 | 51 | 46 | 0 | 103 | 106 | 63 | 2 | 65 | 40 |
| Binary | 1111101 | 101001 | 100110 | 0 | 1000011 | 1000110 | 110011 | 10 | 110101 | 100000 |
Color Harmonies of #7D2926
Complementary color
Monochromatic Colors of #7D2926
Black with #7D2926
Text Example
Text Example
White with #7D2926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2926; }
p { color: rgb(125,41,38); }
H1.HeaderClassName
{
color: #7D2926;
}
.AnyTagClassName
{
color: #7D2926;
}
</style>
background-color css
<style>
a { background-color: #7D2926; }
a { background-color: rgb(125,41,38); }
div.DivClassName
{
background-color: #7D2926;
}
.BgClassName
{
background-color: #7D2926;
}
</style>
border-color css
<style>
span { border-color: #7D2926; }
span { border-color: rgb(125,41,38); }
td.TdClassName
{
border-color: #7D2926;
}
.TagClassName
{
border-color: #7D2926;
}
</style>