Shades of Lusty #802D25
Tints of Lusty #802D25
RGB
CMYK
RGB Variations
Color information
#802D25 (or 0x802D25) is known color: Lusty. HEX triplet: 80, 2D and 25. RGB value is (128,45,37). Sum of RGB (Red+Green+Blue) = 128+45+37=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #802D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D25 is #7FD2DA. Grayscale: #454545. Windows color (decimal): -8377051 or 2436480. OLE color: 2436480.
HSL color Cylindrical-coordinate representation of color #802D25: hue angle of 5.27º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802D25 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 37 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.50 |
| HSL | 5.27º | 0.55% | 0.32% | - |
| HSV(B) | 5.27º | 0.71% | 0.5% | - |
| XYZ | 10.17 | 6.6 | 2.49 | - |
| YUV | 68.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 37 | 0 | 0.65 | 0.71 | 0.50 | 5.27 | 0.55 | 0.32 |
| Hex | 80 | 2D | 25 | 0 | 41 | 47 | 32 | 5 | 37 | 20 |
| Octal | 200 | 55 | 45 | 0 | 101 | 107 | 62 | 5 | 67 | 40 |
| Binary | 10000000 | 101101 | 100101 | 0 | 1000001 | 1000111 | 110010 | 101 | 110111 | 100000 |
Color Harmonies of #802D25
Complementary color
Monochromatic Colors of #802D25
Black with #802D25
Text Example
Text Example
White with #802D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D25; }
p { color: rgb(128,45,37); }
H1.HeaderClassName
{
color: #802D25;
}
.AnyTagClassName
{
color: #802D25;
}
</style>
background-color css
<style>
a { background-color: #802D25; }
a { background-color: rgb(128,45,37); }
div.DivClassName
{
background-color: #802D25;
}
.BgClassName
{
background-color: #802D25;
}
</style>
border-color css
<style>
span { border-color: #802D25; }
span { border-color: rgb(128,45,37); }
td.TdClassName
{
border-color: #802D25;
}
.TagClassName
{
border-color: #802D25;
}
</style>