Shades of Lusty #7D3028
Tints of Lusty #7D3028
RGB
CMYK
RGB Variations
Color information
#7D3028 (or 0x7D3028) is known color: Lusty. HEX triplet: 7D, 30 and 28. RGB value is (125,48,40). Sum of RGB (Red+Green+Blue) = 125+48+40=213 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.69% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3028 is #82CFD7. Grayscale: #464646. Windows color (decimal): -8572888 or 2633853. OLE color: 2633853.
HSL color Cylindrical-coordinate representation of color #7D3028: hue angle of 5.65º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D3028 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 48 | 40 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.51 |
| HSL | 5.65º | 0.52% | 0.32% | - |
| HSV(B) | 5.65º | 0.68% | 0.49% | - |
| XYZ | 9.9 | 6.63 | 2.76 | - |
| YUV | 70.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 48 | 40 | 0 | 0.62 | 0.68 | 0.51 | 5.65 | 0.52 | 0.32 |
| Hex | 7D | 30 | 28 | 0 | 3E | 44 | 33 | 6 | 34 | 20 |
| Octal | 175 | 60 | 50 | 0 | 76 | 104 | 63 | 6 | 64 | 40 |
| Binary | 1111101 | 110000 | 101000 | 0 | 111110 | 1000100 | 110011 | 110 | 110100 | 100000 |
Color Harmonies of #7D3028
Complementary color
Monochromatic Colors of #7D3028
Black with #7D3028
Text Example
Text Example
White with #7D3028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3028; }
p { color: rgb(125,48,40); }
H1.HeaderClassName
{
color: #7D3028;
}
.AnyTagClassName
{
color: #7D3028;
}
</style>
background-color css
<style>
a { background-color: #7D3028; }
a { background-color: rgb(125,48,40); }
div.DivClassName
{
background-color: #7D3028;
}
.BgClassName
{
background-color: #7D3028;
}
</style>
border-color css
<style>
span { border-color: #7D3028; }
span { border-color: rgb(125,48,40); }
td.TdClassName
{
border-color: #7D3028;
}
.TagClassName
{
border-color: #7D3028;
}
</style>