Shades of Fire #8F4629
Tints of Fire #8F4629
RGB
CMYK
RGB Variations
Color information
#8F4629 (or 0x8F4629) is known color: Fire. HEX triplet: 8F, 46 and 29. RGB value is (143,70,41). Sum of RGB (Red+Green+Blue) = 143+70+41=254 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.30% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4629 is #70B9D6. Grayscale: #585858. Windows color (decimal): -7387607 or 2705039. OLE color: 2705039.
HSL color Cylindrical-coordinate representation of color #8F4629: hue angle of 17.06º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F4629 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 70 | 41 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.44 |
| HSL | 17.06º | 0.55% | 0.36% | - |
| HSV(B) | 17.06º | 0.71% | 0.56% | - |
| XYZ | 13.92 | 10.38 | 3.37 | - |
| YUV | 88.52 | 101.18 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 41 | 0 | 0.51 | 0.71 | 0.44 | 17.06 | 0.55 | 0.36 |
| Hex | 8F | 46 | 29 | 0 | 33 | 47 | 2C | 11 | 37 | 24 |
| Octal | 217 | 106 | 51 | 0 | 63 | 107 | 54 | 21 | 67 | 44 |
| Binary | 10001111 | 1000110 | 101001 | 0 | 110011 | 1000111 | 101100 | 10001 | 110111 | 100100 |
Color Harmonies of #8F4629
Complementary color
Monochromatic Colors of #8F4629
Black with #8F4629
Text Example
Text Example
White with #8F4629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4629; }
p { color: rgb(143,70,41); }
H1.HeaderClassName
{
color: #8F4629;
}
.AnyTagClassName
{
color: #8F4629;
}
</style>
background-color css
<style>
a { background-color: #8F4629; }
a { background-color: rgb(143,70,41); }
div.DivClassName
{
background-color: #8F4629;
}
.BgClassName
{
background-color: #8F4629;
}
</style>
border-color css
<style>
span { border-color: #8F4629; }
span { border-color: rgb(143,70,41); }
td.TdClassName
{
border-color: #8F4629;
}
.TagClassName
{
border-color: #8F4629;
}
</style>