Shades of Flame Red #822728
Tints of Flame Red #822728
RGB
CMYK
RGB Variations
Color information
#822728 (or 0x822728) is known color: Flame Red. HEX triplet: 82, 27 and 28. RGB value is (130,39,40). Sum of RGB (Red+Green+Blue) = 130+39+40=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #822728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822728 is #7DD8D7. Grayscale: #424242. Windows color (decimal): -8247512 or 2631554. OLE color: 2631554.
HSL color Cylindrical-coordinate representation of color #822728: hue angle of 359.34º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #822728 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 39 | 40 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.49 |
| HSL | 359.34º | 0.54% | 0.33% | - |
| HSV(B) | 359.34º | 0.7% | 0.51% | - |
| XYZ | 10.31 | 6.35 | 2.69 | - |
| YUV | 66.32 | 113.15 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 39 | 40 | 0 | 0.70 | 0.69 | 0.49 | 359.34 | 0.54 | 0.33 |
| Hex | 82 | 27 | 28 | 0 | 46 | 45 | 31 | 167 | 36 | 21 |
| Octal | 202 | 47 | 50 | 0 | 106 | 105 | 61 | 547 | 66 | 41 |
| Binary | 10000010 | 100111 | 101000 | 0 | 1000110 | 1000101 | 110001 | 101100111 | 110110 | 100001 |
Color Harmonies of #822728
Complementary color
Monochromatic Colors of #822728
Black with #822728
Text Example
Text Example
White with #822728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822728; }
p { color: rgb(130,39,40); }
H1.HeaderClassName
{
color: #822728;
}
.AnyTagClassName
{
color: #822728;
}
</style>
background-color css
<style>
a { background-color: #822728; }
a { background-color: rgb(130,39,40); }
div.DivClassName
{
background-color: #822728;
}
.BgClassName
{
background-color: #822728;
}
</style>
border-color css
<style>
span { border-color: #822728; }
span { border-color: rgb(130,39,40); }
td.TdClassName
{
border-color: #822728;
}
.TagClassName
{
border-color: #822728;
}
</style>