Shades of Fire #8F4027
Tints of Fire #8F4027
RGB
CMYK
RGB Variations
Color information
#8F4027 (or 0x8F4027) is known color: Fire. HEX triplet: 8F, 40 and 27. RGB value is (143,64,39). Sum of RGB (Red+Green+Blue) = 143+64+39=246 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.13% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4027 is #70BFD8. Grayscale: #545454. Windows color (decimal): -7389145 or 2572431. OLE color: 2572431.
HSL color Cylindrical-coordinate representation of color #8F4027: hue angle of 14.42º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F4027 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 64 | 39 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.44 |
| HSL | 14.42º | 0.57% | 0.36% | - |
| HSV(B) | 14.42º | 0.73% | 0.56% | - |
| XYZ | 13.53 | 9.65 | 3.07 | - |
| YUV | 84.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 64 | 39 | 0 | 0.55 | 0.73 | 0.44 | 14.42 | 0.57 | 0.36 |
| Hex | 8F | 40 | 27 | 0 | 37 | 49 | 2C | E | 39 | 24 |
| Octal | 217 | 100 | 47 | 0 | 67 | 111 | 54 | 16 | 71 | 44 |
| Binary | 10001111 | 1000000 | 100111 | 0 | 110111 | 1001001 | 101100 | 1110 | 111001 | 100100 |
Color Harmonies of #8F4027
Complementary color
Monochromatic Colors of #8F4027
Black with #8F4027
Text Example
Text Example
White with #8F4027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4027; }
p { color: rgb(143,64,39); }
H1.HeaderClassName
{
color: #8F4027;
}
.AnyTagClassName
{
color: #8F4027;
}
</style>
background-color css
<style>
a { background-color: #8F4027; }
a { background-color: rgb(143,64,39); }
div.DivClassName
{
background-color: #8F4027;
}
.BgClassName
{
background-color: #8F4027;
}
</style>
border-color css
<style>
span { border-color: #8F4027; }
span { border-color: rgb(143,64,39); }
td.TdClassName
{
border-color: #8F4027;
}
.TagClassName
{
border-color: #8F4027;
}
</style>