Shades of Lusty #802F2C
Tints of Lusty #802F2C
RGB
CMYK
RGB Variations
Color information
#802F2C (or 0x802F2C) is known color: Lusty. HEX triplet: 80, 2F and 2C. RGB value is (128,47,44). Sum of RGB (Red+Green+Blue) = 128+47+44=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #802F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802F2C is #7FD0D3. Grayscale: #464646. Windows color (decimal): -8376532 or 2895744. OLE color: 2895744.
HSL color Cylindrical-coordinate representation of color #802F2C: hue angle of 2.14º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #802F2C is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 47 | 44 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.50 |
| HSL | 2.14º | 0.49% | 0.34% | - |
| HSV(B) | 2.14º | 0.66% | 0.5% | - |
| XYZ | 10.37 | 6.8 | 3.15 | - |
| YUV | 70.88 | 112.84 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 44 | 0 | 0.63 | 0.66 | 0.50 | 2.14 | 0.49 | 0.34 |
| Hex | 80 | 2F | 2C | 0 | 3F | 42 | 32 | 2 | 31 | 22 |
| Octal | 200 | 57 | 54 | 0 | 77 | 102 | 62 | 2 | 61 | 42 |
| Binary | 10000000 | 101111 | 101100 | 0 | 111111 | 1000010 | 110010 | 10 | 110001 | 100010 |
Color Harmonies of #802F2C
Complementary color
Monochromatic Colors of #802F2C
Black with #802F2C
Text Example
Text Example
White with #802F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802F2C; }
p { color: rgb(128,47,44); }
H1.HeaderClassName
{
color: #802F2C;
}
.AnyTagClassName
{
color: #802F2C;
}
</style>
background-color css
<style>
a { background-color: #802F2C; }
a { background-color: rgb(128,47,44); }
div.DivClassName
{
background-color: #802F2C;
}
.BgClassName
{
background-color: #802F2C;
}
</style>
border-color css
<style>
span { border-color: #802F2C; }
span { border-color: rgb(128,47,44); }
td.TdClassName
{
border-color: #802F2C;
}
.TagClassName
{
border-color: #802F2C;
}
</style>