Shades of Fire #8F4631
Tints of Fire #8F4631
RGB
CMYK
RGB Variations
Color information
#8F4631 (or 0x8F4631) is known color: Fire. HEX triplet: 8F, 46 and 31. RGB value is (143,70,49). Sum of RGB (Red+Green+Blue) = 143+70+49=262 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.58% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4631 is #70B9CE. Grayscale: #595959. Windows color (decimal): -7387599 or 3229327. OLE color: 3229327.
HSL color Cylindrical-coordinate representation of color #8F4631: hue angle of 13.4º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F4631 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 70 | 49 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.44 |
| HSL | 13.4º | 0.49% | 0.38% | - |
| HSV(B) | 13.4º | 0.66% | 0.56% | - |
| XYZ | 14.07 | 10.44 | 4.18 | - |
| YUV | 89.43 | 105.18 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 49 | 0 | 0.51 | 0.66 | 0.44 | 13.4 | 0.49 | 0.38 |
| Hex | 8F | 46 | 31 | 0 | 33 | 42 | 2C | D | 31 | 26 |
| Octal | 217 | 106 | 61 | 0 | 63 | 102 | 54 | 15 | 61 | 46 |
| Binary | 10001111 | 1000110 | 110001 | 0 | 110011 | 1000010 | 101100 | 1101 | 110001 | 100110 |
Color Harmonies of #8F4631
Complementary color
Monochromatic Colors of #8F4631
Black with #8F4631
Text Example
Text Example
White with #8F4631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4631; }
p { color: rgb(143,70,49); }
H1.HeaderClassName
{
color: #8F4631;
}
.AnyTagClassName
{
color: #8F4631;
}
</style>
background-color css
<style>
a { background-color: #8F4631; }
a { background-color: rgb(143,70,49); }
div.DivClassName
{
background-color: #8F4631;
}
.BgClassName
{
background-color: #8F4631;
}
</style>
border-color css
<style>
span { border-color: #8F4631; }
span { border-color: rgb(143,70,49); }
td.TdClassName
{
border-color: #8F4631;
}
.TagClassName
{
border-color: #8F4631;
}
</style>