Shades of Fire #8F4527
Tints of Fire #8F4527
RGB
CMYK
RGB Variations
Color information
#8F4527 (or 0x8F4527) is known color: Fire. HEX triplet: 8F, 45 and 27. RGB value is (143,69,39). Sum of RGB (Red+Green+Blue) = 143+69+39=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4527 is #70BAD8. Grayscale: #575757. Windows color (decimal): -7387865 or 2573711. OLE color: 2573711.
HSL color Cylindrical-coordinate representation of color #8F4527: hue angle of 17.31º 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 #8F4527 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 69 | 39 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.44 |
| HSL | 17.31º | 0.57% | 0.36% | - |
| HSV(B) | 17.31º | 0.73% | 0.56% | - |
| XYZ | 13.82 | 10.24 | 3.17 | - |
| YUV | 87.71 | 100.52 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 69 | 39 | 0 | 0.52 | 0.73 | 0.44 | 17.31 | 0.57 | 0.36 |
| Hex | 8F | 45 | 27 | 0 | 34 | 49 | 2C | 11 | 39 | 24 |
| Octal | 217 | 105 | 47 | 0 | 64 | 111 | 54 | 21 | 71 | 44 |
| Binary | 10001111 | 1000101 | 100111 | 0 | 110100 | 1001001 | 101100 | 10001 | 111001 | 100100 |
Color Harmonies of #8F4527
Complementary color
Monochromatic Colors of #8F4527
Black with #8F4527
Text Example
Text Example
White with #8F4527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4527; }
p { color: rgb(143,69,39); }
H1.HeaderClassName
{
color: #8F4527;
}
.AnyTagClassName
{
color: #8F4527;
}
</style>
background-color css
<style>
a { background-color: #8F4527; }
a { background-color: rgb(143,69,39); }
div.DivClassName
{
background-color: #8F4527;
}
.BgClassName
{
background-color: #8F4527;
}
</style>
border-color css
<style>
span { border-color: #8F4527; }
span { border-color: rgb(143,69,39); }
td.TdClassName
{
border-color: #8F4527;
}
.TagClassName
{
border-color: #8F4527;
}
</style>