Shades of Lusty #7D2823
Tints of Lusty #7D2823
RGB
CMYK
RGB Variations
Color information
#7D2823 (or 0x7D2823) is known color: Lusty. HEX triplet: 7D, 28 and 23. RGB value is (125,40,35). Sum of RGB (Red+Green+Blue) = 125+40+35=200 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2823 is #82D7DC. Grayscale: #404040. Windows color (decimal): -8574941 or 2304125. OLE color: 2304125.
HSL color Cylindrical-coordinate representation of color #7D2823: hue angle of 3.33º 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 #7D2823 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 40 | 35 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.51 |
| HSL | 3.33º | 0.56% | 0.31% | - |
| HSV(B) | 3.33º | 0.72% | 0.49% | - |
| XYZ | 9.52 | 6 | 2.25 | - |
| YUV | 64.85 | 111.16 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 40 | 35 | 0 | 0.68 | 0.72 | 0.51 | 3.33 | 0.56 | 0.31 |
| Hex | 7D | 28 | 23 | 0 | 44 | 48 | 33 | 3 | 38 | 1F |
| Octal | 175 | 50 | 43 | 0 | 104 | 110 | 63 | 3 | 70 | 37 |
| Binary | 1111101 | 101000 | 100011 | 0 | 1000100 | 1001000 | 110011 | 11 | 111000 | 11111 |
Color Harmonies of #7D2823
Complementary color
Monochromatic Colors of #7D2823
Black with #7D2823
Text Example
Text Example
White with #7D2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2823; }
p { color: rgb(125,40,35); }
H1.HeaderClassName
{
color: #7D2823;
}
.AnyTagClassName
{
color: #7D2823;
}
</style>
background-color css
<style>
a { background-color: #7D2823; }
a { background-color: rgb(125,40,35); }
div.DivClassName
{
background-color: #7D2823;
}
.BgClassName
{
background-color: #7D2823;
}
</style>
border-color css
<style>
span { border-color: #7D2823; }
span { border-color: rgb(125,40,35); }
td.TdClassName
{
border-color: #7D2823;
}
.TagClassName
{
border-color: #7D2823;
}
</style>