Shades of Lusty #7D2D23
Tints of Lusty #7D2D23
RGB
CMYK
RGB Variations
Color information
#7D2D23 (or 0x7D2D23) is known color: Lusty. HEX triplet: 7D, 2D and 23. RGB value is (125,45,35). Sum of RGB (Red+Green+Blue) = 125+45+35=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2D23 is #82D2DC. Grayscale: #434343. Windows color (decimal): -8573661 or 2305405. OLE color: 2305405.
HSL color Cylindrical-coordinate representation of color #7D2D23: hue angle of 6.67º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D2D23 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 45 | 35 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.51 |
| HSL | 6.67º | 0.56% | 0.31% | - |
| HSV(B) | 6.67º | 0.72% | 0.49% | - |
| XYZ | 9.7 | 6.36 | 2.31 | - |
| YUV | 67.78 | 109.5 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 45 | 35 | 0 | 0.64 | 0.72 | 0.51 | 6.67 | 0.56 | 0.31 |
| Hex | 7D | 2D | 23 | 0 | 40 | 48 | 33 | 7 | 38 | 1F |
| Octal | 175 | 55 | 43 | 0 | 100 | 110 | 63 | 7 | 70 | 37 |
| Binary | 1111101 | 101101 | 100011 | 0 | 1000000 | 1001000 | 110011 | 111 | 111000 | 11111 |
Color Harmonies of #7D2D23
Complementary color
Monochromatic Colors of #7D2D23
Black with #7D2D23
Text Example
Text Example
White with #7D2D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2D23; }
p { color: rgb(125,45,35); }
H1.HeaderClassName
{
color: #7D2D23;
}
.AnyTagClassName
{
color: #7D2D23;
}
</style>
background-color css
<style>
a { background-color: #7D2D23; }
a { background-color: rgb(125,45,35); }
div.DivClassName
{
background-color: #7D2D23;
}
.BgClassName
{
background-color: #7D2D23;
}
</style>
border-color css
<style>
span { border-color: #7D2D23; }
span { border-color: rgb(125,45,35); }
td.TdClassName
{
border-color: #7D2D23;
}
.TagClassName
{
border-color: #7D2D23;
}
</style>