Shades of Lusty #7D3430
Tints of Lusty #7D3430
RGB
CMYK
RGB Variations
Color information
#7D3430 (or 0x7D3430) is known color: Lusty. HEX triplet: 7D, 34 and 30. RGB value is (125,52,48). Sum of RGB (Red+Green+Blue) = 125+52+48=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3430 is #82CBCF. Grayscale: #494949. Windows color (decimal): -8571856 or 3159165. OLE color: 3159165.
HSL color Cylindrical-coordinate representation of color #7D3430: hue angle of 3.12º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D3430 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 52 | 48 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.51 |
| HSL | 3.12º | 0.45% | 0.34% | - |
| HSV(B) | 3.12º | 0.62% | 0.49% | - |
| XYZ | 10.22 | 7.03 | 3.61 | - |
| YUV | 73.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 52 | 48 | 0 | 0.58 | 0.62 | 0.51 | 3.12 | 0.45 | 0.34 |
| Hex | 7D | 34 | 30 | 0 | 3A | 3E | 33 | 3 | 2D | 22 |
| Octal | 175 | 64 | 60 | 0 | 72 | 76 | 63 | 3 | 55 | 42 |
| Binary | 1111101 | 110100 | 110000 | 0 | 111010 | 111110 | 110011 | 11 | 101101 | 100010 |
Color Harmonies of #7D3430
Complementary color
Monochromatic Colors of #7D3430
Black with #7D3430
Text Example
Text Example
White with #7D3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3430; }
p { color: rgb(125,52,48); }
H1.HeaderClassName
{
color: #7D3430;
}
.AnyTagClassName
{
color: #7D3430;
}
</style>
background-color css
<style>
a { background-color: #7D3430; }
a { background-color: rgb(125,52,48); }
div.DivClassName
{
background-color: #7D3430;
}
.BgClassName
{
background-color: #7D3430;
}
</style>
border-color css
<style>
span { border-color: #7D3430; }
span { border-color: rgb(125,52,48); }
td.TdClassName
{
border-color: #7D3430;
}
.TagClassName
{
border-color: #7D3430;
}
</style>