Shades of Fire #8B4027
Tints of Fire #8B4027
RGB
CMYK
RGB Variations
Color information
#8B4027 (or 0x8B4027) is known color: Fire. HEX triplet: 8B, 40 and 27. RGB value is (139,64,39). Sum of RGB (Red+Green+Blue) = 139+64+39=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4027 is #74BFD8. Grayscale: #535353. Windows color (decimal): -7651289 or 2572427. OLE color: 2572427.
HSL color Cylindrical-coordinate representation of color #8B4027: hue angle of 15º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B4027 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 64 | 39 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.45 |
| HSL | 15º | 0.56% | 0.35% | - |
| HSV(B) | 15º | 0.72% | 0.55% | - |
| XYZ | 12.85 | 9.3 | 3.04 | - |
| YUV | 83.58 | 102.85 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 39 | 0 | 0.54 | 0.72 | 0.45 | 15 | 0.56 | 0.35 |
| Hex | 8B | 40 | 27 | 0 | 36 | 48 | 2D | F | 38 | 23 |
| Octal | 213 | 100 | 47 | 0 | 66 | 110 | 55 | 17 | 70 | 43 |
| Binary | 10001011 | 1000000 | 100111 | 0 | 110110 | 1001000 | 101101 | 1111 | 111000 | 100011 |
Color Harmonies of #8B4027
Complementary color
Monochromatic Colors of #8B4027
Black with #8B4027
Text Example
Text Example
White with #8B4027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4027; }
p { color: rgb(139,64,39); }
H1.HeaderClassName
{
color: #8B4027;
}
.AnyTagClassName
{
color: #8B4027;
}
</style>
background-color css
<style>
a { background-color: #8B4027; }
a { background-color: rgb(139,64,39); }
div.DivClassName
{
background-color: #8B4027;
}
.BgClassName
{
background-color: #8B4027;
}
</style>
border-color css
<style>
span { border-color: #8B4027; }
span { border-color: rgb(139,64,39); }
td.TdClassName
{
border-color: #8B4027;
}
.TagClassName
{
border-color: #8B4027;
}
</style>