Shades of Fire #8D432F
Tints of Fire #8D432F
RGB
CMYK
RGB Variations
Color information
#8D432F (or 0x8D432F) is known color: Fire. HEX triplet: 8D, 43 and 2F. RGB value is (141,67,47). Sum of RGB (Red+Green+Blue) = 141+67+47=255 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.29% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 141 - color contains mainly: red. Hex color #8D432F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D432F is #72BCD0. Grayscale: #575757. Windows color (decimal): -7519441 or 3097485. OLE color: 3097485.
HSL color Cylindrical-coordinate representation of color #8D432F: hue angle of 12.77º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D432F is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 67 | 47 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.45 |
| HSL | 12.77º | 0.5% | 0.37% | - |
| HSV(B) | 12.77º | 0.67% | 0.55% | - |
| XYZ | 13.5 | 9.88 | 3.89 | - |
| YUV | 86.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 47 | 0 | 0.52 | 0.67 | 0.45 | 12.77 | 0.5 | 0.37 |
| Hex | 8D | 43 | 2F | 0 | 34 | 43 | 2D | D | 32 | 25 |
| Octal | 215 | 103 | 57 | 0 | 64 | 103 | 55 | 15 | 62 | 45 |
| Binary | 10001101 | 1000011 | 101111 | 0 | 110100 | 1000011 | 101101 | 1101 | 110010 | 100101 |
Color Harmonies of #8D432F
Complementary color
Monochromatic Colors of #8D432F
Black with #8D432F
Text Example
Text Example
White with #8D432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D432F; }
p { color: rgb(141,67,47); }
H1.HeaderClassName
{
color: #8D432F;
}
.AnyTagClassName
{
color: #8D432F;
}
</style>
background-color css
<style>
a { background-color: #8D432F; }
a { background-color: rgb(141,67,47); }
div.DivClassName
{
background-color: #8D432F;
}
.BgClassName
{
background-color: #8D432F;
}
</style>
border-color css
<style>
span { border-color: #8D432F; }
span { border-color: rgb(141,67,47); }
td.TdClassName
{
border-color: #8D432F;
}
.TagClassName
{
border-color: #8D432F;
}
</style>