Shades of Flame Red #85161B
Tints of Flame Red #85161B
RGB
CMYK
RGB Variations
Color information
#85161B (or 0x85161B) is known color: Flame Red. HEX triplet: 85, 16 and 1B. RGB value is (133,22,27). Sum of RGB (Red+Green+Blue) = 133+22+27=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #85161B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85161B is #7AE9E4. Grayscale: #373737. Windows color (decimal): -8055269 or 1775237. OLE color: 1775237.
HSL color Cylindrical-coordinate representation of color #85161B: hue angle of 357.3º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85161B is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 22 | 27 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.48 |
| HSL | 357.3º | 0.72% | 0.3% | - |
| HSV(B) | 357.3º | 0.83% | 0.52% | - |
| XYZ | 10.16 | 5.64 | 1.59 | - |
| YUV | 55.76 | 111.77 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 27 | 0 | 0.83 | 0.80 | 0.48 | 357.3 | 0.72 | 0.3 |
| Hex | 85 | 16 | 1B | 0 | 53 | 50 | 30 | 165 | 48 | 1E |
| Octal | 205 | 26 | 33 | 0 | 123 | 120 | 60 | 545 | 110 | 36 |
| Binary | 10000101 | 10110 | 11011 | 0 | 1010011 | 1010000 | 110000 | 101100101 | 1001000 | 11110 |
Color Harmonies of #85161B
Complementary color
Monochromatic Colors of #85161B
Black with #85161B
Text Example
Text Example
White with #85161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85161B; }
p { color: rgb(133,22,27); }
H1.HeaderClassName
{
color: #85161B;
}
.AnyTagClassName
{
color: #85161B;
}
</style>
background-color css
<style>
a { background-color: #85161B; }
a { background-color: rgb(133,22,27); }
div.DivClassName
{
background-color: #85161B;
}
.BgClassName
{
background-color: #85161B;
}
</style>
border-color css
<style>
span { border-color: #85161B; }
span { border-color: rgb(133,22,27); }
td.TdClassName
{
border-color: #85161B;
}
.TagClassName
{
border-color: #85161B;
}
</style>