Shades of Lusty #832B28
Tints of Lusty #832B28
RGB
CMYK
RGB Variations
Color information
#832B28 (or 0x832B28) is known color: Lusty. HEX triplet: 83, 2B and 28. RGB value is (131,43,40). Sum of RGB (Red+Green+Blue) = 131+43+40=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #832B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832B28 is #7CD4D7. Grayscale: #454545. Windows color (decimal): -8180952 or 2632579. OLE color: 2632579.
HSL color Cylindrical-coordinate representation of color #832B28: hue angle of 1.98º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #832B28 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 43 | 40 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.49 |
| HSL | 1.98º | 0.53% | 0.34% | - |
| HSV(B) | 1.98º | 0.69% | 0.51% | - |
| XYZ | 10.61 | 6.71 | 2.74 | - |
| YUV | 68.97 | 111.65 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 43 | 40 | 0 | 0.67 | 0.69 | 0.49 | 1.98 | 0.53 | 0.34 |
| Hex | 83 | 2B | 28 | 0 | 43 | 45 | 31 | 2 | 35 | 22 |
| Octal | 203 | 53 | 50 | 0 | 103 | 105 | 61 | 2 | 65 | 42 |
| Binary | 10000011 | 101011 | 101000 | 0 | 1000011 | 1000101 | 110001 | 10 | 110101 | 100010 |
Color Harmonies of #832B28
Complementary color
Monochromatic Colors of #832B28
Black with #832B28
Text Example
Text Example
White with #832B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832B28; }
p { color: rgb(131,43,40); }
H1.HeaderClassName
{
color: #832B28;
}
.AnyTagClassName
{
color: #832B28;
}
</style>
background-color css
<style>
a { background-color: #832B28; }
a { background-color: rgb(131,43,40); }
div.DivClassName
{
background-color: #832B28;
}
.BgClassName
{
background-color: #832B28;
}
</style>
border-color css
<style>
span { border-color: #832B28; }
span { border-color: rgb(131,43,40); }
td.TdClassName
{
border-color: #832B28;
}
.TagClassName
{
border-color: #832B28;
}
</style>