Shades of Fire #8A3F22
Tints of Fire #8A3F22
RGB
CMYK
RGB Variations
Color information
#8A3F22 (or 0x8A3F22) is known color: Fire. HEX triplet: 8A, 3F and 22. RGB value is (138,63,34). Sum of RGB (Red+Green+Blue) = 138+63+34=235 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.72% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3F22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3F22 is #75C0DD. Grayscale: #525252. Windows color (decimal): -7717086 or 2244490. OLE color: 2244490.
HSL color Cylindrical-coordinate representation of color #8A3F22: hue angle of 16.73º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A3F22 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 63 | 34 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.46 |
| HSL | 16.73º | 0.6% | 0.34% | - |
| HSV(B) | 16.73º | 0.75% | 0.54% | - |
| XYZ | 12.55 | 9.07 | 2.6 | - |
| YUV | 82.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 63 | 34 | 0 | 0.54 | 0.75 | 0.46 | 16.73 | 0.6 | 0.34 |
| Hex | 8A | 3F | 22 | 0 | 36 | 4B | 2E | 11 | 3C | 22 |
| Octal | 212 | 77 | 42 | 0 | 66 | 113 | 56 | 21 | 74 | 42 |
| Binary | 10001010 | 111111 | 100010 | 0 | 110110 | 1001011 | 101110 | 10001 | 111100 | 100010 |
Color Harmonies of #8A3F22
Complementary color
Monochromatic Colors of #8A3F22
Black with #8A3F22
Text Example
Text Example
White with #8A3F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3F22; }
p { color: rgb(138,63,34); }
H1.HeaderClassName
{
color: #8A3F22;
}
.AnyTagClassName
{
color: #8A3F22;
}
</style>
background-color css
<style>
a { background-color: #8A3F22; }
a { background-color: rgb(138,63,34); }
div.DivClassName
{
background-color: #8A3F22;
}
.BgClassName
{
background-color: #8A3F22;
}
</style>
border-color css
<style>
span { border-color: #8A3F22; }
span { border-color: rgb(138,63,34); }
td.TdClassName
{
border-color: #8A3F22;
}
.TagClassName
{
border-color: #8A3F22;
}
</style>