Shades of Lusty #802D2D
Tints of Lusty #802D2D
RGB
CMYK
RGB Variations
Color information
#802D2D (or 0x802D2D) is known color: Lusty. HEX triplet: 80, 2D and 2D. RGB value is (128,45,45). Sum of RGB (Red+Green+Blue) = 128+45+45=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #802D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D2D is #7FD2D2. Grayscale: #454545. Windows color (decimal): -8377043 or 2960768. OLE color: 2960768.
HSL color Cylindrical-coordinate representation of color #802D2D: hue angle of 0º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #802D2D is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 45 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.50 |
| HSL | 0º | 0.48% | 0.34% | - |
| HSV(B) | 0º | 0.65% | 0.5% | - |
| XYZ | 10.31 | 6.66 | 3.22 | - |
| YUV | 69.82 | 114 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 45 | 0 | 0.65 | 0.65 | 0.50 | 0 | 0.48 | 0.34 |
| Hex | 80 | 2D | 2D | 0 | 41 | 41 | 32 | 0 | 30 | 22 |
| Octal | 200 | 55 | 55 | 0 | 101 | 101 | 62 | 0 | 60 | 42 |
| Binary | 10000000 | 101101 | 101101 | 0 | 1000001 | 1000001 | 110010 | 0 | 110000 | 100010 |
Color Harmonies of #802D2D
Complementary color
Monochromatic Colors of #802D2D
Black with #802D2D
Text Example
Text Example
White with #802D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D2D; }
p { color: rgb(128,45,45); }
H1.HeaderClassName
{
color: #802D2D;
}
.AnyTagClassName
{
color: #802D2D;
}
</style>
background-color css
<style>
a { background-color: #802D2D; }
a { background-color: rgb(128,45,45); }
div.DivClassName
{
background-color: #802D2D;
}
.BgClassName
{
background-color: #802D2D;
}
</style>
border-color css
<style>
span { border-color: #802D2D; }
span { border-color: rgb(128,45,45); }
td.TdClassName
{
border-color: #802D2D;
}
.TagClassName
{
border-color: #802D2D;
}
</style>