Shades of Lusty #7D3127
Tints of Lusty #7D3127
RGB
CMYK
RGB Variations
Color information
#7D3127 (or 0x7D3127) is known color: Lusty. HEX triplet: 7D, 31 and 27. RGB value is (125,49,39). Sum of RGB (Red+Green+Blue) = 125+49+39=213 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.69% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3127 is #82CED8. Grayscale: #464646. Windows color (decimal): -8572633 or 2568573. OLE color: 2568573.
HSL color Cylindrical-coordinate representation of color #7D3127: hue angle of 6.98º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D3127 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 49 | 39 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.51 |
| HSL | 6.98º | 0.52% | 0.32% | - |
| HSV(B) | 6.98º | 0.69% | 0.49% | - |
| XYZ | 9.92 | 6.7 | 2.69 | - |
| YUV | 70.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 49 | 39 | 0 | 0.61 | 0.69 | 0.51 | 6.98 | 0.52 | 0.32 |
| Hex | 7D | 31 | 27 | 0 | 3D | 45 | 33 | 7 | 34 | 20 |
| Octal | 175 | 61 | 47 | 0 | 75 | 105 | 63 | 7 | 64 | 40 |
| Binary | 1111101 | 110001 | 100111 | 0 | 111101 | 1000101 | 110011 | 111 | 110100 | 100000 |
Color Harmonies of #7D3127
Complementary color
Monochromatic Colors of #7D3127
Black with #7D3127
Text Example
Text Example
White with #7D3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3127; }
p { color: rgb(125,49,39); }
H1.HeaderClassName
{
color: #7D3127;
}
.AnyTagClassName
{
color: #7D3127;
}
</style>
background-color css
<style>
a { background-color: #7D3127; }
a { background-color: rgb(125,49,39); }
div.DivClassName
{
background-color: #7D3127;
}
.BgClassName
{
background-color: #7D3127;
}
</style>
border-color css
<style>
span { border-color: #7D3127; }
span { border-color: rgb(125,49,39); }
td.TdClassName
{
border-color: #7D3127;
}
.TagClassName
{
border-color: #7D3127;
}
</style>