Shades of Fire #983A20
Tints of Fire #983A20
RGB
CMYK
RGB Variations
Color information
#983A20 (or 0x983A20) is known color: Fire. HEX triplet: 98, 3A and 20. RGB value is (152,58,32). Sum of RGB (Red+Green+Blue) = 152+58+32=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #983A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983A20 is #67C5DF. Grayscale: #535353. Windows color (decimal): -6800864 or 2112152. OLE color: 2112152.
HSL color Cylindrical-coordinate representation of color #983A20: hue angle of 13º 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 #983A20 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 58 | 32 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.40 |
| HSL | 13º | 0.65% | 0.36% | - |
| HSV(B) | 13º | 0.79% | 0.6% | - |
| XYZ | 14.72 | 9.81 | 2.48 | - |
| YUV | 83.14 | 99.14 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 32 | 0 | 0.62 | 0.79 | 0.40 | 13 | 0.65 | 0.36 |
| Hex | 98 | 3A | 20 | 0 | 3E | 4F | 28 | D | 41 | 24 |
| Octal | 230 | 72 | 40 | 0 | 76 | 117 | 50 | 15 | 101 | 44 |
| Binary | 10011000 | 111010 | 100000 | 0 | 111110 | 1001111 | 101000 | 1101 | 1000001 | 100100 |
Color Harmonies of #983A20
Complementary color
Monochromatic Colors of #983A20
Black with #983A20
Text Example
Text Example
White with #983A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983A20; }
p { color: rgb(152,58,32); }
H1.HeaderClassName
{
color: #983A20;
}
.AnyTagClassName
{
color: #983A20;
}
</style>
background-color css
<style>
a { background-color: #983A20; }
a { background-color: rgb(152,58,32); }
div.DivClassName
{
background-color: #983A20;
}
.BgClassName
{
background-color: #983A20;
}
</style>
border-color css
<style>
span { border-color: #983A20; }
span { border-color: rgb(152,58,32); }
td.TdClassName
{
border-color: #983A20;
}
.TagClassName
{
border-color: #983A20;
}
</style>