Shades of Lusty #842E2A
Tints of Lusty #842E2A
RGB
CMYK
RGB Variations
Color information
#842E2A (or 0x842E2A) is known color: Lusty. HEX triplet: 84, 2E and 2A. RGB value is (132,46,42). Sum of RGB (Red+Green+Blue) = 132+46+42=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #842E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842E2A is #7BD1D5. Grayscale: #474747. Windows color (decimal): -8114646 or 2764420. OLE color: 2764420.
HSL color Cylindrical-coordinate representation of color #842E2A: hue angle of 2.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #842E2A is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 46 | 42 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.48 |
| HSL | 2.67º | 0.52% | 0.34% | - |
| HSV(B) | 2.67º | 0.68% | 0.52% | - |
| XYZ | 10.91 | 7.03 | 2.97 | - |
| YUV | 71.26 | 111.49 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 42 | 0 | 0.65 | 0.68 | 0.48 | 2.67 | 0.52 | 0.34 |
| Hex | 84 | 2E | 2A | 0 | 41 | 44 | 30 | 3 | 34 | 22 |
| Octal | 204 | 56 | 52 | 0 | 101 | 104 | 60 | 3 | 64 | 42 |
| Binary | 10000100 | 101110 | 101010 | 0 | 1000001 | 1000100 | 110000 | 11 | 110100 | 100010 |
Color Harmonies of #842E2A
Complementary color
Monochromatic Colors of #842E2A
Black with #842E2A
Text Example
Text Example
White with #842E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842E2A; }
p { color: rgb(132,46,42); }
H1.HeaderClassName
{
color: #842E2A;
}
.AnyTagClassName
{
color: #842E2A;
}
</style>
background-color css
<style>
a { background-color: #842E2A; }
a { background-color: rgb(132,46,42); }
div.DivClassName
{
background-color: #842E2A;
}
.BgClassName
{
background-color: #842E2A;
}
</style>
border-color css
<style>
span { border-color: #842E2A; }
span { border-color: rgb(132,46,42); }
td.TdClassName
{
border-color: #842E2A;
}
.TagClassName
{
border-color: #842E2A;
}
</style>