Shades of Flame Red #852829
Tints of Flame Red #852829
RGB
CMYK
RGB Variations
Color information
#852829 (or 0x852829) is known color: Flame Red. HEX triplet: 85, 28 and 29. RGB value is (133,40,41). Sum of RGB (Red+Green+Blue) = 133+40+41=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #852829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852829 is #7AD7D6. Grayscale: #444444. Windows color (decimal): -8050647 or 2697349. OLE color: 2697349.
HSL color Cylindrical-coordinate representation of color #852829: hue angle of 359.35º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852829 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 41 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.48 |
| HSL | 359.35º | 0.54% | 0.34% | - |
| HSV(B) | 359.35º | 0.7% | 0.52% | - |
| XYZ | 10.83 | 6.66 | 2.81 | - |
| YUV | 67.92 | 112.81 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 41 | 0 | 0.70 | 0.69 | 0.48 | 359.35 | 0.54 | 0.34 |
| Hex | 85 | 28 | 29 | 0 | 46 | 45 | 30 | 167 | 36 | 22 |
| Octal | 205 | 50 | 51 | 0 | 106 | 105 | 60 | 547 | 66 | 42 |
| Binary | 10000101 | 101000 | 101001 | 0 | 1000110 | 1000101 | 110000 | 101100111 | 110110 | 100010 |
Color Harmonies of #852829
Complementary color
Monochromatic Colors of #852829
Black with #852829
Text Example
Text Example
White with #852829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852829; }
p { color: rgb(133,40,41); }
H1.HeaderClassName
{
color: #852829;
}
.AnyTagClassName
{
color: #852829;
}
</style>
background-color css
<style>
a { background-color: #852829; }
a { background-color: rgb(133,40,41); }
div.DivClassName
{
background-color: #852829;
}
.BgClassName
{
background-color: #852829;
}
</style>
border-color css
<style>
span { border-color: #852829; }
span { border-color: rgb(133,40,41); }
td.TdClassName
{
border-color: #852829;
}
.TagClassName
{
border-color: #852829;
}
</style>