Shades of Lusty #802D29
Tints of Lusty #802D29
RGB
CMYK
RGB Variations
Color information
#802D29 (or 0x802D29) is known color: Lusty. HEX triplet: 80, 2D and 29. RGB value is (128,45,41). Sum of RGB (Red+Green+Blue) = 128+45+41=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #802D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D29 is #7FD2D6. Grayscale: #454545. Windows color (decimal): -8377047 or 2698624. OLE color: 2698624.
HSL color Cylindrical-coordinate representation of color #802D29: hue angle of 2.76º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802D29 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 41 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.50 |
| HSL | 2.76º | 0.51% | 0.33% | - |
| HSV(B) | 2.76º | 0.68% | 0.5% | - |
| XYZ | 10.24 | 6.63 | 2.84 | - |
| YUV | 69.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 41 | 0 | 0.65 | 0.68 | 0.50 | 2.76 | 0.51 | 0.33 |
| Hex | 80 | 2D | 29 | 0 | 41 | 44 | 32 | 3 | 33 | 21 |
| Octal | 200 | 55 | 51 | 0 | 101 | 104 | 62 | 3 | 63 | 41 |
| Binary | 10000000 | 101101 | 101001 | 0 | 1000001 | 1000100 | 110010 | 11 | 110011 | 100001 |
Color Harmonies of #802D29
Complementary color
Monochromatic Colors of #802D29
Black with #802D29
Text Example
Text Example
White with #802D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D29; }
p { color: rgb(128,45,41); }
H1.HeaderClassName
{
color: #802D29;
}
.AnyTagClassName
{
color: #802D29;
}
</style>
background-color css
<style>
a { background-color: #802D29; }
a { background-color: rgb(128,45,41); }
div.DivClassName
{
background-color: #802D29;
}
.BgClassName
{
background-color: #802D29;
}
</style>
border-color css
<style>
span { border-color: #802D29; }
span { border-color: rgb(128,45,41); }
td.TdClassName
{
border-color: #802D29;
}
.TagClassName
{
border-color: #802D29;
}
</style>