Shades of Fire #8B412F
Tints of Fire #8B412F
RGB
CMYK
RGB Variations
Color information
#8B412F (or 0x8B412F) is known color: Fire. HEX triplet: 8B, 41 and 2F. RGB value is (139,65,47). Sum of RGB (Red+Green+Blue) = 139+65+47=251 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.38% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 139 - color contains mainly: red. Hex color #8B412F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B412F is #74BED0. Grayscale: #555555. Windows color (decimal): -7651025 or 3096971. OLE color: 3096971.
HSL color Cylindrical-coordinate representation of color #8B412F: hue angle of 11.74º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B412F is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 47 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.45 |
| HSL | 11.74º | 0.49% | 0.36% | - |
| HSV(B) | 11.74º | 0.66% | 0.55% | - |
| XYZ | 13.05 | 9.47 | 3.83 | - |
| YUV | 85.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 47 | 0 | 0.53 | 0.66 | 0.45 | 11.74 | 0.49 | 0.36 |
| Hex | 8B | 41 | 2F | 0 | 35 | 42 | 2D | C | 31 | 24 |
| Octal | 213 | 101 | 57 | 0 | 65 | 102 | 55 | 14 | 61 | 44 |
| Binary | 10001011 | 1000001 | 101111 | 0 | 110101 | 1000010 | 101101 | 1100 | 110001 | 100100 |
Color Harmonies of #8B412F
Complementary color
Monochromatic Colors of #8B412F
Black with #8B412F
Text Example
Text Example
White with #8B412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B412F; }
p { color: rgb(139,65,47); }
H1.HeaderClassName
{
color: #8B412F;
}
.AnyTagClassName
{
color: #8B412F;
}
</style>
background-color css
<style>
a { background-color: #8B412F; }
a { background-color: rgb(139,65,47); }
div.DivClassName
{
background-color: #8B412F;
}
.BgClassName
{
background-color: #8B412F;
}
</style>
border-color css
<style>
span { border-color: #8B412F; }
span { border-color: rgb(139,65,47); }
td.TdClassName
{
border-color: #8B412F;
}
.TagClassName
{
border-color: #8B412F;
}
</style>