Shades of Lusty #842C2B
Tints of Lusty #842C2B
RGB
CMYK
RGB Variations
Color information
#842C2B (or 0x842C2B) is known color: Lusty. HEX triplet: 84, 2C and 2B. RGB value is (132,44,43). Sum of RGB (Red+Green+Blue) = 132+44+43=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #842C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842C2B is #7BD3D4. Grayscale: #464646. Windows color (decimal): -8115157 or 2829444. OLE color: 2829444.
HSL color Cylindrical-coordinate representation of color #842C2B: hue angle of 0.67º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842C2B is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 44 | 43 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.48 |
| HSL | 0.67º | 0.51% | 0.34% | - |
| HSV(B) | 0.67º | 0.67% | 0.52% | - |
| XYZ | 10.85 | 6.88 | 3.04 | - |
| YUV | 70.2 | 112.65 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 43 | 0 | 0.67 | 0.67 | 0.48 | 0.67 | 0.51 | 0.34 |
| Hex | 84 | 2C | 2B | 0 | 43 | 43 | 30 | 1 | 33 | 22 |
| Octal | 204 | 54 | 53 | 0 | 103 | 103 | 60 | 1 | 63 | 42 |
| Binary | 10000100 | 101100 | 101011 | 0 | 1000011 | 1000011 | 110000 | 1 | 110011 | 100010 |
Color Harmonies of #842C2B
Complementary color
Monochromatic Colors of #842C2B
Black with #842C2B
Text Example
Text Example
White with #842C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842C2B; }
p { color: rgb(132,44,43); }
H1.HeaderClassName
{
color: #842C2B;
}
.AnyTagClassName
{
color: #842C2B;
}
</style>
background-color css
<style>
a { background-color: #842C2B; }
a { background-color: rgb(132,44,43); }
div.DivClassName
{
background-color: #842C2B;
}
.BgClassName
{
background-color: #842C2B;
}
</style>
border-color css
<style>
span { border-color: #842C2B; }
span { border-color: rgb(132,44,43); }
td.TdClassName
{
border-color: #842C2B;
}
.TagClassName
{
border-color: #842C2B;
}
</style>