Shades of Fire #8F452F
Tints of Fire #8F452F
RGB
CMYK
RGB Variations
Color information
#8F452F (or 0x8F452F) is known color: Fire. HEX triplet: 8F, 45 and 2F. RGB value is (143,69,47). Sum of RGB (Red+Green+Blue) = 143+69+47=259 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.21% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 143 - color contains mainly: red. Hex color #8F452F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F452F is #70BAD0. Grayscale: #585858. Windows color (decimal): -7387857 or 3097999. OLE color: 3097999.
HSL color Cylindrical-coordinate representation of color #8F452F: hue angle of 13.75º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F452F is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 69 | 47 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.44 |
| HSL | 13.75º | 0.51% | 0.37% | - |
| HSV(B) | 13.75º | 0.67% | 0.56% | - |
| XYZ | 13.97 | 10.3 | 3.94 | - |
| YUV | 88.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 69 | 47 | 0 | 0.52 | 0.67 | 0.44 | 13.75 | 0.51 | 0.37 |
| Hex | 8F | 45 | 2F | 0 | 34 | 43 | 2C | E | 33 | 25 |
| Octal | 217 | 105 | 57 | 0 | 64 | 103 | 54 | 16 | 63 | 45 |
| Binary | 10001111 | 1000101 | 101111 | 0 | 110100 | 1000011 | 101100 | 1110 | 110011 | 100101 |
Color Harmonies of #8F452F
Complementary color
Monochromatic Colors of #8F452F
Black with #8F452F
Text Example
Text Example
White with #8F452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F452F; }
p { color: rgb(143,69,47); }
H1.HeaderClassName
{
color: #8F452F;
}
.AnyTagClassName
{
color: #8F452F;
}
</style>
background-color css
<style>
a { background-color: #8F452F; }
a { background-color: rgb(143,69,47); }
div.DivClassName
{
background-color: #8F452F;
}
.BgClassName
{
background-color: #8F452F;
}
</style>
border-color css
<style>
span { border-color: #8F452F; }
span { border-color: rgb(143,69,47); }
td.TdClassName
{
border-color: #8F452F;
}
.TagClassName
{
border-color: #8F452F;
}
</style>