Shades of Flame Red #832127
Tints of Flame Red #832127
RGB
CMYK
RGB Variations
Color information
#832127 (or 0x832127) is known color: Flame Red. HEX triplet: 83, 21 and 27. RGB value is (131,33,39). Sum of RGB (Red+Green+Blue) = 131+33+39=203 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.53% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 131 - color contains mainly: red. Hex color #832127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832127 is #7CDED8. Grayscale: #3F3F3F. Windows color (decimal): -8183513 or 2564483. OLE color: 2564483.
HSL color Cylindrical-coordinate representation of color #832127: hue angle of 356.33º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832127 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 39 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.49 |
| HSL | 356.33º | 0.6% | 0.32% | - |
| HSV(B) | 356.33º | 0.75% | 0.51% | - |
| XYZ | 10.27 | 6.06 | 2.55 | - |
| YUV | 62.99 | 114.47 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 39 | 0 | 0.75 | 0.70 | 0.49 | 356.33 | 0.6 | 0.32 |
| Hex | 83 | 21 | 27 | 0 | 4B | 46 | 31 | 164 | 3C | 20 |
| Octal | 203 | 41 | 47 | 0 | 113 | 106 | 61 | 544 | 74 | 40 |
| Binary | 10000011 | 100001 | 100111 | 0 | 1001011 | 1000110 | 110001 | 101100100 | 111100 | 100000 |
Color Harmonies of #832127
Complementary color
Monochromatic Colors of #832127
Black with #832127
Text Example
Text Example
White with #832127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832127; }
p { color: rgb(131,33,39); }
H1.HeaderClassName
{
color: #832127;
}
.AnyTagClassName
{
color: #832127;
}
</style>
background-color css
<style>
a { background-color: #832127; }
a { background-color: rgb(131,33,39); }
div.DivClassName
{
background-color: #832127;
}
.BgClassName
{
background-color: #832127;
}
</style>
border-color css
<style>
span { border-color: #832127; }
span { border-color: rgb(131,33,39); }
td.TdClassName
{
border-color: #832127;
}
.TagClassName
{
border-color: #832127;
}
</style>