Shades of Fire #8B412C
Tints of Fire #8B412C
RGB
CMYK
RGB Variations
Color information
#8B412C (or 0x8B412C) is known color: Fire. HEX triplet: 8B, 41 and 2C. RGB value is (139,65,44). Sum of RGB (Red+Green+Blue) = 139+65+44=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B412C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B412C is #74BED3. Grayscale: #545454. Windows color (decimal): -7651028 or 2900363. OLE color: 2900363.
HSL color Cylindrical-coordinate representation of color #8B412C: hue angle of 13.26º degrees, saturation: 0.52, 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 #8B412C is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 44 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.45 |
| HSL | 13.26º | 0.52% | 0.36% | - |
| HSV(B) | 13.26º | 0.68% | 0.55% | - |
| XYZ | 12.99 | 9.45 | 3.52 | - |
| YUV | 84.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 44 | 0 | 0.53 | 0.68 | 0.45 | 13.26 | 0.52 | 0.36 |
| Hex | 8B | 41 | 2C | 0 | 35 | 44 | 2D | D | 34 | 24 |
| Octal | 213 | 101 | 54 | 0 | 65 | 104 | 55 | 15 | 64 | 44 |
| Binary | 10001011 | 1000001 | 101100 | 0 | 110101 | 1000100 | 101101 | 1101 | 110100 | 100100 |
Color Harmonies of #8B412C
Complementary color
Monochromatic Colors of #8B412C
Black with #8B412C
Text Example
Text Example
White with #8B412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B412C; }
p { color: rgb(139,65,44); }
H1.HeaderClassName
{
color: #8B412C;
}
.AnyTagClassName
{
color: #8B412C;
}
</style>
background-color css
<style>
a { background-color: #8B412C; }
a { background-color: rgb(139,65,44); }
div.DivClassName
{
background-color: #8B412C;
}
.BgClassName
{
background-color: #8B412C;
}
</style>
border-color css
<style>
span { border-color: #8B412C; }
span { border-color: rgb(139,65,44); }
td.TdClassName
{
border-color: #8B412C;
}
.TagClassName
{
border-color: #8B412C;
}
</style>