Shades of Lusty #822A26
Tints of Lusty #822A26
RGB
CMYK
RGB Variations
Color information
#822A26 (or 0x822A26) is known color: Lusty. HEX triplet: 82, 2A and 26. RGB value is (130,42,38). Sum of RGB (Red+Green+Blue) = 130+42+38=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #822A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822A26 is #7DD5D9. Grayscale: #434343. Windows color (decimal): -8246746 or 2501250. OLE color: 2501250.
HSL color Cylindrical-coordinate representation of color #822A26: hue angle of 2.61º 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 #822A26 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 42 | 38 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.49 |
| HSL | 2.61º | 0.55% | 0.33% | - |
| HSV(B) | 2.61º | 0.71% | 0.51% | - |
| XYZ | 10.38 | 6.54 | 2.55 | - |
| YUV | 67.86 | 111.15 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 42 | 38 | 0 | 0.68 | 0.71 | 0.49 | 2.61 | 0.55 | 0.33 |
| Hex | 82 | 2A | 26 | 0 | 44 | 47 | 31 | 3 | 37 | 21 |
| Octal | 202 | 52 | 46 | 0 | 104 | 107 | 61 | 3 | 67 | 41 |
| Binary | 10000010 | 101010 | 100110 | 0 | 1000100 | 1000111 | 110001 | 11 | 110111 | 100001 |
Color Harmonies of #822A26
Complementary color
Monochromatic Colors of #822A26
Black with #822A26
Text Example
Text Example
White with #822A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822A26; }
p { color: rgb(130,42,38); }
H1.HeaderClassName
{
color: #822A26;
}
.AnyTagClassName
{
color: #822A26;
}
</style>
background-color css
<style>
a { background-color: #822A26; }
a { background-color: rgb(130,42,38); }
div.DivClassName
{
background-color: #822A26;
}
.BgClassName
{
background-color: #822A26;
}
</style>
border-color css
<style>
span { border-color: #822A26; }
span { border-color: rgb(130,42,38); }
td.TdClassName
{
border-color: #822A26;
}
.TagClassName
{
border-color: #822A26;
}
</style>