Shades of Fire #983821
Tints of Fire #983821
RGB
CMYK
RGB Variations
Color information
#983821 (or 0x983821) is known color: Fire. HEX triplet: 98, 38 and 21. RGB value is (152,56,33). Sum of RGB (Red+Green+Blue) = 152+56+33=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #983821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983821 is #67C7DE. Grayscale: #525252. Windows color (decimal): -6801375 or 2177176. OLE color: 2177176.
HSL color Cylindrical-coordinate representation of color #983821: hue angle of 11.6º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #983821 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 33 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.40 |
| HSL | 11.6º | 0.64% | 0.36% | - |
| HSV(B) | 11.6º | 0.78% | 0.6% | - |
| XYZ | 14.64 | 9.61 | 2.52 | - |
| YUV | 82.08 | 100.3 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 33 | 0 | 0.63 | 0.78 | 0.40 | 11.6 | 0.64 | 0.36 |
| Hex | 98 | 38 | 21 | 0 | 3F | 4E | 28 | C | 40 | 24 |
| Octal | 230 | 70 | 41 | 0 | 77 | 116 | 50 | 14 | 100 | 44 |
| Binary | 10011000 | 111000 | 100001 | 0 | 111111 | 1001110 | 101000 | 1100 | 1000000 | 100100 |
Color Harmonies of #983821
Complementary color
Monochromatic Colors of #983821
Black with #983821
Text Example
Text Example
White with #983821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983821; }
p { color: rgb(152,56,33); }
H1.HeaderClassName
{
color: #983821;
}
.AnyTagClassName
{
color: #983821;
}
</style>
background-color css
<style>
a { background-color: #983821; }
a { background-color: rgb(152,56,33); }
div.DivClassName
{
background-color: #983821;
}
.BgClassName
{
background-color: #983821;
}
</style>
border-color css
<style>
span { border-color: #983821; }
span { border-color: rgb(152,56,33); }
td.TdClassName
{
border-color: #983821;
}
.TagClassName
{
border-color: #983821;
}
</style>