Shades of Flame Red #832629
Tints of Flame Red #832629
RGB
CMYK
RGB Variations
Color information
#832629 (or 0x832629) is known color: Flame Red. HEX triplet: 83, 26 and 29. RGB value is (131,38,41). Sum of RGB (Red+Green+Blue) = 131+38+41=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #832629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832629 is #7CD9D6. Grayscale: #424242. Windows color (decimal): -8182231 or 2696835. OLE color: 2696835.
HSL color Cylindrical-coordinate representation of color #832629: hue angle of 358.06º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #832629 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 38 | 41 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.49 |
| HSL | 358.06º | 0.55% | 0.33% | - |
| HSV(B) | 358.06º | 0.71% | 0.51% | - |
| XYZ | 10.45 | 6.37 | 2.78 | - |
| YUV | 66.15 | 113.81 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 41 | 0 | 0.71 | 0.69 | 0.49 | 358.06 | 0.55 | 0.33 |
| Hex | 83 | 26 | 29 | 0 | 47 | 45 | 31 | 166 | 37 | 21 |
| Octal | 203 | 46 | 51 | 0 | 107 | 105 | 61 | 546 | 67 | 41 |
| Binary | 10000011 | 100110 | 101001 | 0 | 1000111 | 1000101 | 110001 | 101100110 | 110111 | 100001 |
Color Harmonies of #832629
Complementary color
Monochromatic Colors of #832629
Black with #832629
Text Example
Text Example
White with #832629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832629; }
p { color: rgb(131,38,41); }
H1.HeaderClassName
{
color: #832629;
}
.AnyTagClassName
{
color: #832629;
}
</style>
background-color css
<style>
a { background-color: #832629; }
a { background-color: rgb(131,38,41); }
div.DivClassName
{
background-color: #832629;
}
.BgClassName
{
background-color: #832629;
}
</style>
border-color css
<style>
span { border-color: #832629; }
span { border-color: rgb(131,38,41); }
td.TdClassName
{
border-color: #832629;
}
.TagClassName
{
border-color: #832629;
}
</style>