Shades of Fire #8A472B
Tints of Fire #8A472B
RGB
CMYK
RGB Variations
Color information
#8A472B (or 0x8A472B) is known color: Fire. HEX triplet: 8A, 47 and 2B. RGB value is (138,71,43). Sum of RGB (Red+Green+Blue) = 138+71+43=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A472B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A472B is #75B8D4. Grayscale: #585858. Windows color (decimal): -7715029 or 2836362. OLE color: 2836362.
HSL color Cylindrical-coordinate representation of color #8A472B: hue angle of 17.68º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A472B is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 71 | 43 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.46 |
| HSL | 17.68º | 0.52% | 0.35% | - |
| HSV(B) | 17.68º | 0.69% | 0.54% | - |
| XYZ | 13.17 | 10.08 | 3.54 | - |
| YUV | 87.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 71 | 43 | 0 | 0.49 | 0.69 | 0.46 | 17.68 | 0.52 | 0.35 |
| Hex | 8A | 47 | 2B | 0 | 31 | 45 | 2E | 12 | 34 | 23 |
| Octal | 212 | 107 | 53 | 0 | 61 | 105 | 56 | 22 | 64 | 43 |
| Binary | 10001010 | 1000111 | 101011 | 0 | 110001 | 1000101 | 101110 | 10010 | 110100 | 100011 |
Color Harmonies of #8A472B
Complementary color
Monochromatic Colors of #8A472B
Black with #8A472B
Text Example
Text Example
White with #8A472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A472B; }
p { color: rgb(138,71,43); }
H1.HeaderClassName
{
color: #8A472B;
}
.AnyTagClassName
{
color: #8A472B;
}
</style>
background-color css
<style>
a { background-color: #8A472B; }
a { background-color: rgb(138,71,43); }
div.DivClassName
{
background-color: #8A472B;
}
.BgClassName
{
background-color: #8A472B;
}
</style>
border-color css
<style>
span { border-color: #8A472B; }
span { border-color: rgb(138,71,43); }
td.TdClassName
{
border-color: #8A472B;
}
.TagClassName
{
border-color: #8A472B;
}
</style>