Shades of Lusty #7D2925
Tints of Lusty #7D2925
RGB
CMYK
RGB Variations
Color information
#7D2925 (or 0x7D2925) is known color: Lusty. HEX triplet: 7D, 29 and 25. RGB value is (125,41,37). Sum of RGB (Red+Green+Blue) = 125+41+37=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2925 is #82D6DA. Grayscale: #414141. Windows color (decimal): -8574683 or 2435453. OLE color: 2435453.
HSL color Cylindrical-coordinate representation of color #7D2925: hue angle of 2.73º degrees, saturation: 0.54, 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 #7D2925 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 41 | 37 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.51 |
| HSL | 2.73º | 0.54% | 0.32% | - |
| HSV(B) | 2.73º | 0.7% | 0.49% | - |
| XYZ | 9.58 | 6.08 | 2.42 | - |
| YUV | 65.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 37 | 0 | 0.67 | 0.70 | 0.51 | 2.73 | 0.54 | 0.32 |
| Hex | 7D | 29 | 25 | 0 | 43 | 46 | 33 | 3 | 36 | 20 |
| Octal | 175 | 51 | 45 | 0 | 103 | 106 | 63 | 3 | 66 | 40 |
| Binary | 1111101 | 101001 | 100101 | 0 | 1000011 | 1000110 | 110011 | 11 | 110110 | 100000 |
Color Harmonies of #7D2925
Complementary color
Monochromatic Colors of #7D2925
Black with #7D2925
Text Example
Text Example
White with #7D2925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2925; }
p { color: rgb(125,41,37); }
H1.HeaderClassName
{
color: #7D2925;
}
.AnyTagClassName
{
color: #7D2925;
}
</style>
background-color css
<style>
a { background-color: #7D2925; }
a { background-color: rgb(125,41,37); }
div.DivClassName
{
background-color: #7D2925;
}
.BgClassName
{
background-color: #7D2925;
}
</style>
border-color css
<style>
span { border-color: #7D2925; }
span { border-color: rgb(125,41,37); }
td.TdClassName
{
border-color: #7D2925;
}
.TagClassName
{
border-color: #7D2925;
}
</style>