Shades of Lusty #822A24
Tints of Lusty #822A24
RGB
CMYK
RGB Variations
Color information
#822A24 (or 0x822A24) is known color: Lusty. HEX triplet: 82, 2A and 24. RGB value is (130,42,36). Sum of RGB (Red+Green+Blue) = 130+42+36=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #822A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822A24 is #7DD5DB. Grayscale: #434343. Windows color (decimal): -8246748 or 2370178. OLE color: 2370178.
HSL color Cylindrical-coordinate representation of color #822A24: hue angle of 3.83º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #822A24 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 42 | 36 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.49 |
| HSL | 3.83º | 0.57% | 0.33% | - |
| HSV(B) | 3.83º | 0.72% | 0.51% | - |
| XYZ | 10.35 | 6.53 | 2.38 | - |
| YUV | 67.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 42 | 36 | 0 | 0.68 | 0.72 | 0.49 | 3.83 | 0.57 | 0.33 |
| Hex | 82 | 2A | 24 | 0 | 44 | 48 | 31 | 4 | 39 | 21 |
| Octal | 202 | 52 | 44 | 0 | 104 | 110 | 61 | 4 | 71 | 41 |
| Binary | 10000010 | 101010 | 100100 | 0 | 1000100 | 1001000 | 110001 | 100 | 111001 | 100001 |
Color Harmonies of #822A24
Complementary color
Monochromatic Colors of #822A24
Black with #822A24
Text Example
Text Example
White with #822A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822A24; }
p { color: rgb(130,42,36); }
H1.HeaderClassName
{
color: #822A24;
}
.AnyTagClassName
{
color: #822A24;
}
</style>
background-color css
<style>
a { background-color: #822A24; }
a { background-color: rgb(130,42,36); }
div.DivClassName
{
background-color: #822A24;
}
.BgClassName
{
background-color: #822A24;
}
</style>
border-color css
<style>
span { border-color: #822A24; }
span { border-color: rgb(130,42,36); }
td.TdClassName
{
border-color: #822A24;
}
.TagClassName
{
border-color: #822A24;
}
</style>