Shades of Fire #8F4427
Tints of Fire #8F4427
RGB
CMYK
RGB Variations
Color information
#8F4427 (or 0x8F4427) is known color: Fire. HEX triplet: 8F, 44 and 27. RGB value is (143,68,39). Sum of RGB (Red+Green+Blue) = 143+68+39=250 (33% of max value = 765). Red value is 143 (56.25% from 255 or 57.2% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4427 is #70BBD8. Grayscale: #575757. Windows color (decimal): -7388121 or 2573455. OLE color: 2573455.
HSL color Cylindrical-coordinate representation of color #8F4427: hue angle of 16.73º 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 #8F4427 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 68 | 39 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.44 |
| HSL | 16.73º | 0.57% | 0.36% | - |
| HSV(B) | 16.73º | 0.73% | 0.56% | - |
| XYZ | 13.76 | 10.12 | 3.15 | - |
| YUV | 87.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 68 | 39 | 0 | 0.52 | 0.73 | 0.44 | 16.73 | 0.57 | 0.36 |
| Hex | 8F | 44 | 27 | 0 | 34 | 49 | 2C | 11 | 39 | 24 |
| Octal | 217 | 104 | 47 | 0 | 64 | 111 | 54 | 21 | 71 | 44 |
| Binary | 10001111 | 1000100 | 100111 | 0 | 110100 | 1001001 | 101100 | 10001 | 111001 | 100100 |
Color Harmonies of #8F4427
Complementary color
Monochromatic Colors of #8F4427
Black with #8F4427
Text Example
Text Example
White with #8F4427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4427; }
p { color: rgb(143,68,39); }
H1.HeaderClassName
{
color: #8F4427;
}
.AnyTagClassName
{
color: #8F4427;
}
</style>
background-color css
<style>
a { background-color: #8F4427; }
a { background-color: rgb(143,68,39); }
div.DivClassName
{
background-color: #8F4427;
}
.BgClassName
{
background-color: #8F4427;
}
</style>
border-color css
<style>
span { border-color: #8F4427; }
span { border-color: rgb(143,68,39); }
td.TdClassName
{
border-color: #8F4427;
}
.TagClassName
{
border-color: #8F4427;
}
</style>