Shades of Lusty #7D261F
Tints of Lusty #7D261F
RGB
CMYK
RGB Variations
Color information
#7D261F (or 0x7D261F) is known color: Lusty. HEX triplet: 7D, 26 and 1F. RGB value is (125,38,31). Sum of RGB (Red+Green+Blue) = 125+38+31=194 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.43% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 125 - color contains mainly: red. Hex color #7D261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D261F is #82D9E0. Grayscale: #3F3F3F. Windows color (decimal): -8575457 or 2041469. OLE color: 2041469.
HSL color Cylindrical-coordinate representation of color #7D261F: hue angle of 4.47º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D261F is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 38 | 31 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.51 |
| HSL | 4.47º | 0.6% | 0.31% | - |
| HSV(B) | 4.47º | 0.75% | 0.49% | - |
| XYZ | 9.4 | 5.85 | 1.93 | - |
| YUV | 63.22 | 109.82 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 38 | 31 | 0 | 0.70 | 0.75 | 0.51 | 4.47 | 0.6 | 0.31 |
| Hex | 7D | 26 | 1F | 0 | 46 | 4B | 33 | 4 | 3C | 1F |
| Octal | 175 | 46 | 37 | 0 | 106 | 113 | 63 | 4 | 74 | 37 |
| Binary | 1111101 | 100110 | 11111 | 0 | 1000110 | 1001011 | 110011 | 100 | 111100 | 11111 |
Color Harmonies of #7D261F
Complementary color
Monochromatic Colors of #7D261F
Black with #7D261F
Text Example
Text Example
White with #7D261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D261F; }
p { color: rgb(125,38,31); }
H1.HeaderClassName
{
color: #7D261F;
}
.AnyTagClassName
{
color: #7D261F;
}
</style>
background-color css
<style>
a { background-color: #7D261F; }
a { background-color: rgb(125,38,31); }
div.DivClassName
{
background-color: #7D261F;
}
.BgClassName
{
background-color: #7D261F;
}
</style>
border-color css
<style>
span { border-color: #7D261F; }
span { border-color: rgb(125,38,31); }
td.TdClassName
{
border-color: #7D261F;
}
.TagClassName
{
border-color: #7D261F;
}
</style>