Shades of Fire #8F4526
Tints of Fire #8F4526
RGB
CMYK
RGB Variations
Color information
#8F4526 (or 0x8F4526) is known color: Fire. HEX triplet: 8F, 45 and 26. RGB value is (143,69,38). Sum of RGB (Red+Green+Blue) = 143+69+38=250 (33% of max value = 765). Red value is 143 (56.25% from 255 or 57.2% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4526 is #70BAD9. Grayscale: #575757. Windows color (decimal): -7387866 or 2508175. OLE color: 2508175.
HSL color Cylindrical-coordinate representation of color #8F4526: hue angle of 17.71º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F4526 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 69 | 38 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.44 |
| HSL | 17.71º | 0.58% | 0.35% | - |
| HSV(B) | 17.71º | 0.73% | 0.56% | - |
| XYZ | 13.81 | 10.24 | 3.08 | - |
| YUV | 87.59 | 100.02 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 69 | 38 | 0 | 0.52 | 0.73 | 0.44 | 17.71 | 0.58 | 0.35 |
| Hex | 8F | 45 | 26 | 0 | 34 | 49 | 2C | 12 | 3A | 23 |
| Octal | 217 | 105 | 46 | 0 | 64 | 111 | 54 | 22 | 72 | 43 |
| Binary | 10001111 | 1000101 | 100110 | 0 | 110100 | 1001001 | 101100 | 10010 | 111010 | 100011 |
Color Harmonies of #8F4526
Complementary color
Monochromatic Colors of #8F4526
Black with #8F4526
Text Example
Text Example
White with #8F4526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4526; }
p { color: rgb(143,69,38); }
H1.HeaderClassName
{
color: #8F4526;
}
.AnyTagClassName
{
color: #8F4526;
}
</style>
background-color css
<style>
a { background-color: #8F4526; }
a { background-color: rgb(143,69,38); }
div.DivClassName
{
background-color: #8F4526;
}
.BgClassName
{
background-color: #8F4526;
}
</style>
border-color css
<style>
span { border-color: #8F4526; }
span { border-color: rgb(143,69,38); }
td.TdClassName
{
border-color: #8F4526;
}
.TagClassName
{
border-color: #8F4526;
}
</style>