Shades of Fire #8B412D
Tints of Fire #8B412D
RGB
CMYK
RGB Variations
Color information
#8B412D (or 0x8B412D) is known color: Fire. HEX triplet: 8B, 41 and 2D. RGB value is (139,65,45). Sum of RGB (Red+Green+Blue) = 139+65+45=249 (32% of max value = 765). Red value is 139 (54.69% from 255 or 55.82% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 139 - color contains mainly: red. Hex color #8B412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B412D is #74BED2. Grayscale: #555555. Windows color (decimal): -7651027 or 2965899. OLE color: 2965899.
HSL color Cylindrical-coordinate representation of color #8B412D: hue angle of 12.77º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B412D is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 45 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.45 |
| HSL | 12.77º | 0.51% | 0.36% | - |
| HSV(B) | 12.77º | 0.68% | 0.55% | - |
| XYZ | 13.01 | 9.46 | 3.62 | - |
| YUV | 84.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 45 | 0 | 0.53 | 0.68 | 0.45 | 12.77 | 0.51 | 0.36 |
| Hex | 8B | 41 | 2D | 0 | 35 | 44 | 2D | D | 33 | 24 |
| Octal | 213 | 101 | 55 | 0 | 65 | 104 | 55 | 15 | 63 | 44 |
| Binary | 10001011 | 1000001 | 101101 | 0 | 110101 | 1000100 | 101101 | 1101 | 110011 | 100100 |
Color Harmonies of #8B412D
Complementary color
Monochromatic Colors of #8B412D
Black with #8B412D
Text Example
Text Example
White with #8B412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B412D; }
p { color: rgb(139,65,45); }
H1.HeaderClassName
{
color: #8B412D;
}
.AnyTagClassName
{
color: #8B412D;
}
</style>
background-color css
<style>
a { background-color: #8B412D; }
a { background-color: rgb(139,65,45); }
div.DivClassName
{
background-color: #8B412D;
}
.BgClassName
{
background-color: #8B412D;
}
</style>
border-color css
<style>
span { border-color: #8B412D; }
span { border-color: rgb(139,65,45); }
td.TdClassName
{
border-color: #8B412D;
}
.TagClassName
{
border-color: #8B412D;
}
</style>