Shades of Flame Red #892831
Tints of Flame Red #892831
RGB
CMYK
RGB Variations
Color information
#892831 (or 0x892831) is known color: Flame Red. HEX triplet: 89, 28 and 31. RGB value is (137,40,49). Sum of RGB (Red+Green+Blue) = 137+40+49=226 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.62% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 137 - color contains mainly: red. Hex color #892831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892831 is #76D7CE. Grayscale: #464646. Windows color (decimal): -7788495 or 3221641. OLE color: 3221641.
HSL color Cylindrical-coordinate representation of color #892831: hue angle of 354.43º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #892831 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 40 | 49 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.46 |
| HSL | 354.43º | 0.55% | 0.35% | - |
| HSV(B) | 354.43º | 0.71% | 0.54% | - |
| XYZ | 11.63 | 7.06 | 3.66 | - |
| YUV | 70.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 49 | 0 | 0.71 | 0.64 | 0.46 | 354.43 | 0.55 | 0.35 |
| Hex | 89 | 28 | 31 | 0 | 47 | 40 | 2E | 162 | 37 | 23 |
| Octal | 211 | 50 | 61 | 0 | 107 | 100 | 56 | 542 | 67 | 43 |
| Binary | 10001001 | 101000 | 110001 | 0 | 1000111 | 1000000 | 101110 | 101100010 | 110111 | 100011 |
Color Harmonies of #892831
Complementary color
Monochromatic Colors of #892831
Black with #892831
Text Example
Text Example
White with #892831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892831; }
p { color: rgb(137,40,49); }
H1.HeaderClassName
{
color: #892831;
}
.AnyTagClassName
{
color: #892831;
}
</style>
background-color css
<style>
a { background-color: #892831; }
a { background-color: rgb(137,40,49); }
div.DivClassName
{
background-color: #892831;
}
.BgClassName
{
background-color: #892831;
}
</style>
border-color css
<style>
span { border-color: #892831; }
span { border-color: rgb(137,40,49); }
td.TdClassName
{
border-color: #892831;
}
.TagClassName
{
border-color: #892831;
}
</style>