Shades of Fire #8D3A27
Tints of Fire #8D3A27
RGB
CMYK
RGB Variations
Color information
#8D3A27 (or 0x8D3A27) is known color: Fire. HEX triplet: 8D, 3A and 27. RGB value is (141,58,39). Sum of RGB (Red+Green+Blue) = 141+58+39=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3A27 is #72C5D8. Grayscale: #505050. Windows color (decimal): -7521753 or 2570893. OLE color: 2570893.
HSL color Cylindrical-coordinate representation of color #8D3A27: hue angle of 11.18º degrees, saturation: 0.57, 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 #8D3A27 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 58 | 39 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.45 |
| HSL | 11.18º | 0.57% | 0.35% | - |
| HSV(B) | 11.18º | 0.72% | 0.55% | - |
| XYZ | 12.86 | 8.84 | 2.95 | - |
| YUV | 80.65 | 104.5 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 58 | 39 | 0 | 0.59 | 0.72 | 0.45 | 11.18 | 0.57 | 0.35 |
| Hex | 8D | 3A | 27 | 0 | 3B | 48 | 2D | B | 39 | 23 |
| Octal | 215 | 72 | 47 | 0 | 73 | 110 | 55 | 13 | 71 | 43 |
| Binary | 10001101 | 111010 | 100111 | 0 | 111011 | 1001000 | 101101 | 1011 | 111001 | 100011 |
Color Harmonies of #8D3A27
Complementary color
Monochromatic Colors of #8D3A27
Black with #8D3A27
Text Example
Text Example
White with #8D3A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3A27; }
p { color: rgb(141,58,39); }
H1.HeaderClassName
{
color: #8D3A27;
}
.AnyTagClassName
{
color: #8D3A27;
}
</style>
background-color css
<style>
a { background-color: #8D3A27; }
a { background-color: rgb(141,58,39); }
div.DivClassName
{
background-color: #8D3A27;
}
.BgClassName
{
background-color: #8D3A27;
}
</style>
border-color css
<style>
span { border-color: #8D3A27; }
span { border-color: rgb(141,58,39); }
td.TdClassName
{
border-color: #8D3A27;
}
.TagClassName
{
border-color: #8D3A27;
}
</style>