Shades of Lusty #802C26
Tints of Lusty #802C26
RGB
CMYK
RGB Variations
Color information
#802C26 (or 0x802C26) is known color: Lusty. HEX triplet: 80, 2C and 26. RGB value is (128,44,38). Sum of RGB (Red+Green+Blue) = 128+44+38=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #802C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C26 is #7FD3D9. Grayscale: #444444. Windows color (decimal): -8377306 or 2501760. OLE color: 2501760.
HSL color Cylindrical-coordinate representation of color #802C26: hue angle of 4º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802C26 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 38 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.50 |
| HSL | 4º | 0.54% | 0.33% | - |
| HSV(B) | 4º | 0.7% | 0.5% | - |
| XYZ | 10.15 | 6.53 | 2.56 | - |
| YUV | 68.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 38 | 0 | 0.66 | 0.70 | 0.50 | 4 | 0.54 | 0.33 |
| Hex | 80 | 2C | 26 | 0 | 42 | 46 | 32 | 4 | 36 | 21 |
| Octal | 200 | 54 | 46 | 0 | 102 | 106 | 62 | 4 | 66 | 41 |
| Binary | 10000000 | 101100 | 100110 | 0 | 1000010 | 1000110 | 110010 | 100 | 110110 | 100001 |
Color Harmonies of #802C26
Complementary color
Monochromatic Colors of #802C26
Black with #802C26
Text Example
Text Example
White with #802C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C26; }
p { color: rgb(128,44,38); }
H1.HeaderClassName
{
color: #802C26;
}
.AnyTagClassName
{
color: #802C26;
}
</style>
background-color css
<style>
a { background-color: #802C26; }
a { background-color: rgb(128,44,38); }
div.DivClassName
{
background-color: #802C26;
}
.BgClassName
{
background-color: #802C26;
}
</style>
border-color css
<style>
span { border-color: #802C26; }
span { border-color: rgb(128,44,38); }
td.TdClassName
{
border-color: #802C26;
}
.TagClassName
{
border-color: #802C26;
}
</style>