Shades of Fire #973A1B
Tints of Fire #973A1B
RGB
CMYK
RGB Variations
Color information
#973A1B (or 0x973A1B) is known color: Fire. HEX triplet: 97, 3A and 1B. RGB value is (151,58,27). Sum of RGB (Red+Green+Blue) = 151+58+27=236 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.98% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 151 - color contains mainly: red. Hex color #973A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973A1B is #68C5E4. Grayscale: #525252. Windows color (decimal): -6866405 or 1784471. OLE color: 1784471.
HSL color Cylindrical-coordinate representation of color #973A1B: hue angle of 15º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #973A1B is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 58 | 27 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.41 |
| HSL | 15º | 0.7% | 0.35% | - |
| HSV(B) | 15º | 0.82% | 0.59% | - |
| XYZ | 14.47 | 9.68 | 2.14 | - |
| YUV | 82.27 | 96.81 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 27 | 0 | 0.62 | 0.82 | 0.41 | 15 | 0.7 | 0.35 |
| Hex | 97 | 3A | 1B | 0 | 3E | 52 | 29 | F | 46 | 23 |
| Octal | 227 | 72 | 33 | 0 | 76 | 122 | 51 | 17 | 106 | 43 |
| Binary | 10010111 | 111010 | 11011 | 0 | 111110 | 1010010 | 101001 | 1111 | 1000110 | 100011 |
Color Harmonies of #973A1B
Complementary color
Monochromatic Colors of #973A1B
Black with #973A1B
Text Example
Text Example
White with #973A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973A1B; }
p { color: rgb(151,58,27); }
H1.HeaderClassName
{
color: #973A1B;
}
.AnyTagClassName
{
color: #973A1B;
}
</style>
background-color css
<style>
a { background-color: #973A1B; }
a { background-color: rgb(151,58,27); }
div.DivClassName
{
background-color: #973A1B;
}
.BgClassName
{
background-color: #973A1B;
}
</style>
border-color css
<style>
span { border-color: #973A1B; }
span { border-color: rgb(151,58,27); }
td.TdClassName
{
border-color: #973A1B;
}
.TagClassName
{
border-color: #973A1B;
}
</style>