Shades of Flame Red #832829
Tints of Flame Red #832829
RGB
CMYK
RGB Variations
Color information
#832829 (or 0x832829) is known color: Flame Red. HEX triplet: 83, 28 and 29. RGB value is (131,40,41). Sum of RGB (Red+Green+Blue) = 131+40+41=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #832829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832829 is #7CD7D6. Grayscale: #434343. Windows color (decimal): -8181719 or 2697347. OLE color: 2697347.
HSL color Cylindrical-coordinate representation of color #832829: hue angle of 359.34º 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 #832829 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 40 | 41 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.49 |
| HSL | 359.34º | 0.53% | 0.34% | - |
| HSV(B) | 359.34º | 0.69% | 0.51% | - |
| XYZ | 10.52 | 6.5 | 2.8 | - |
| YUV | 67.32 | 113.15 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 41 | 0 | 0.69 | 0.69 | 0.49 | 359.34 | 0.53 | 0.34 |
| Hex | 83 | 28 | 29 | 0 | 45 | 45 | 31 | 167 | 35 | 22 |
| Octal | 203 | 50 | 51 | 0 | 105 | 105 | 61 | 547 | 65 | 42 |
| Binary | 10000011 | 101000 | 101001 | 0 | 1000101 | 1000101 | 110001 | 101100111 | 110101 | 100010 |
Color Harmonies of #832829
Complementary color
Monochromatic Colors of #832829
Black with #832829
Text Example
Text Example
White with #832829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832829; }
p { color: rgb(131,40,41); }
H1.HeaderClassName
{
color: #832829;
}
.AnyTagClassName
{
color: #832829;
}
</style>
background-color css
<style>
a { background-color: #832829; }
a { background-color: rgb(131,40,41); }
div.DivClassName
{
background-color: #832829;
}
.BgClassName
{
background-color: #832829;
}
</style>
border-color css
<style>
span { border-color: #832829; }
span { border-color: rgb(131,40,41); }
td.TdClassName
{
border-color: #832829;
}
.TagClassName
{
border-color: #832829;
}
</style>