Shades of Fire #984020
Tints of Fire #984020
RGB
CMYK
RGB Variations
Color information
#984020 (or 0x984020) is known color: Fire. HEX triplet: 98, 40 and 20. RGB value is (152,64,32). Sum of RGB (Red+Green+Blue) = 152+64+32=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #984020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984020 is #67BFDF. Grayscale: #565656. Windows color (decimal): -6799328 or 2113688. OLE color: 2113688.
HSL color Cylindrical-coordinate representation of color #984020: hue angle of 16º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #984020 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 32 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.40 |
| HSL | 16º | 0.65% | 0.36% | - |
| HSV(B) | 16º | 0.79% | 0.6% | - |
| XYZ | 15.04 | 10.45 | 2.59 | - |
| YUV | 86.66 | 97.15 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 32 | 0 | 0.58 | 0.79 | 0.40 | 16 | 0.65 | 0.36 |
| Hex | 98 | 40 | 20 | 0 | 3A | 4F | 28 | 10 | 41 | 24 |
| Octal | 230 | 100 | 40 | 0 | 72 | 117 | 50 | 20 | 101 | 44 |
| Binary | 10011000 | 1000000 | 100000 | 0 | 111010 | 1001111 | 101000 | 10000 | 1000001 | 100100 |
Color Harmonies of #984020
Complementary color
Monochromatic Colors of #984020
Black with #984020
Text Example
Text Example
White with #984020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984020; }
p { color: rgb(152,64,32); }
H1.HeaderClassName
{
color: #984020;
}
.AnyTagClassName
{
color: #984020;
}
</style>
background-color css
<style>
a { background-color: #984020; }
a { background-color: rgb(152,64,32); }
div.DivClassName
{
background-color: #984020;
}
.BgClassName
{
background-color: #984020;
}
</style>
border-color css
<style>
span { border-color: #984020; }
span { border-color: rgb(152,64,32); }
td.TdClassName
{
border-color: #984020;
}
.TagClassName
{
border-color: #984020;
}
</style>