Shades of Lusty #822B26
Tints of Lusty #822B26
RGB
CMYK
RGB Variations
Color information
#822B26 (or 0x822B26) is known color: Lusty. HEX triplet: 82, 2B and 26. RGB value is (130,43,38). Sum of RGB (Red+Green+Blue) = 130+43+38=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #822B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822B26 is #7DD4D9. Grayscale: #444444. Windows color (decimal): -8246490 or 2501506. OLE color: 2501506.
HSL color Cylindrical-coordinate representation of color #822B26: hue angle of 3.26º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #822B26 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 43 | 38 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.49 |
| HSL | 3.26º | 0.55% | 0.33% | - |
| HSV(B) | 3.26º | 0.71% | 0.51% | - |
| XYZ | 10.42 | 6.61 | 2.56 | - |
| YUV | 68.44 | 110.82 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 43 | 38 | 0 | 0.67 | 0.71 | 0.49 | 3.26 | 0.55 | 0.33 |
| Hex | 82 | 2B | 26 | 0 | 43 | 47 | 31 | 3 | 37 | 21 |
| Octal | 202 | 53 | 46 | 0 | 103 | 107 | 61 | 3 | 67 | 41 |
| Binary | 10000010 | 101011 | 100110 | 0 | 1000011 | 1000111 | 110001 | 11 | 110111 | 100001 |
Color Harmonies of #822B26
Complementary color
Monochromatic Colors of #822B26
Black with #822B26
Text Example
Text Example
White with #822B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822B26; }
p { color: rgb(130,43,38); }
H1.HeaderClassName
{
color: #822B26;
}
.AnyTagClassName
{
color: #822B26;
}
</style>
background-color css
<style>
a { background-color: #822B26; }
a { background-color: rgb(130,43,38); }
div.DivClassName
{
background-color: #822B26;
}
.BgClassName
{
background-color: #822B26;
}
</style>
border-color css
<style>
span { border-color: #822B26; }
span { border-color: rgb(130,43,38); }
td.TdClassName
{
border-color: #822B26;
}
.TagClassName
{
border-color: #822B26;
}
</style>