Shades of Lusty #7D2B27
Tints of Lusty #7D2B27
RGB
CMYK
RGB Variations
Color information
#7D2B27 (or 0x7D2B27) is known color: Lusty. HEX triplet: 7D, 2B and 27. RGB value is (125,43,39). Sum of RGB (Red+Green+Blue) = 125+43+39=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2B27 is #82D4D8. Grayscale: #434343. Windows color (decimal): -8574169 or 2567037. OLE color: 2567037.
HSL color Cylindrical-coordinate representation of color #7D2B27: hue angle of 2.79º 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 #7D2B27 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 43 | 39 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.51 |
| HSL | 2.79º | 0.52% | 0.32% | - |
| HSV(B) | 2.79º | 0.69% | 0.49% | - |
| XYZ | 9.69 | 6.23 | 2.61 | - |
| YUV | 67.06 | 112.17 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 43 | 39 | 0 | 0.66 | 0.69 | 0.51 | 2.79 | 0.52 | 0.32 |
| Hex | 7D | 2B | 27 | 0 | 42 | 45 | 33 | 3 | 34 | 20 |
| Octal | 175 | 53 | 47 | 0 | 102 | 105 | 63 | 3 | 64 | 40 |
| Binary | 1111101 | 101011 | 100111 | 0 | 1000010 | 1000101 | 110011 | 11 | 110100 | 100000 |
Color Harmonies of #7D2B27
Complementary color
Monochromatic Colors of #7D2B27
Black with #7D2B27
Text Example
Text Example
White with #7D2B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2B27; }
p { color: rgb(125,43,39); }
H1.HeaderClassName
{
color: #7D2B27;
}
.AnyTagClassName
{
color: #7D2B27;
}
</style>
background-color css
<style>
a { background-color: #7D2B27; }
a { background-color: rgb(125,43,39); }
div.DivClassName
{
background-color: #7D2B27;
}
.BgClassName
{
background-color: #7D2B27;
}
</style>
border-color css
<style>
span { border-color: #7D2B27; }
span { border-color: rgb(125,43,39); }
td.TdClassName
{
border-color: #7D2B27;
}
.TagClassName
{
border-color: #7D2B27;
}
</style>