Shades of Lusty #822B28
Tints of Lusty #822B28
RGB
CMYK
RGB Variations
Color information
#822B28 (or 0x822B28) is known color: Lusty. HEX triplet: 82, 2B and 28. RGB value is (130,43,40). Sum of RGB (Red+Green+Blue) = 130+43+40=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #822B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822B28 is #7DD4D7. Grayscale: #444444. Windows color (decimal): -8246488 or 2632578. OLE color: 2632578.
HSL color Cylindrical-coordinate representation of color #822B28: hue angle of 2º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #822B28 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 43 | 40 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.49 |
| HSL | 2º | 0.53% | 0.33% | - |
| HSV(B) | 2º | 0.69% | 0.51% | - |
| XYZ | 10.45 | 6.63 | 2.74 | - |
| YUV | 68.67 | 111.82 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 43 | 40 | 0 | 0.67 | 0.69 | 0.49 | 2 | 0.53 | 0.33 |
| Hex | 82 | 2B | 28 | 0 | 43 | 45 | 31 | 2 | 35 | 21 |
| Octal | 202 | 53 | 50 | 0 | 103 | 105 | 61 | 2 | 65 | 41 |
| Binary | 10000010 | 101011 | 101000 | 0 | 1000011 | 1000101 | 110001 | 10 | 110101 | 100001 |
Color Harmonies of #822B28
Complementary color
Monochromatic Colors of #822B28
Black with #822B28
Text Example
Text Example
White with #822B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822B28; }
p { color: rgb(130,43,40); }
H1.HeaderClassName
{
color: #822B28;
}
.AnyTagClassName
{
color: #822B28;
}
</style>
background-color css
<style>
a { background-color: #822B28; }
a { background-color: rgb(130,43,40); }
div.DivClassName
{
background-color: #822B28;
}
.BgClassName
{
background-color: #822B28;
}
</style>
border-color css
<style>
span { border-color: #822B28; }
span { border-color: rgb(130,43,40); }
td.TdClassName
{
border-color: #822B28;
}
.TagClassName
{
border-color: #822B28;
}
</style>