Shades of Fire #973B25
Tints of Fire #973B25
RGB
CMYK
RGB Variations
Color information
#973B25 (or 0x973B25) is known color: Fire. HEX triplet: 97, 3B and 25. RGB value is (151,59,37). Sum of RGB (Red+Green+Blue) = 151+59+37=247 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.13% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 151 - color contains mainly: red. Hex color #973B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973B25 is #68C4DA. Grayscale: #545454. Windows color (decimal): -6866139 or 2440087. OLE color: 2440087.
HSL color Cylindrical-coordinate representation of color #973B25: hue angle of 11.58º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #973B25 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 59 | 37 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.41 |
| HSL | 11.58º | 0.61% | 0.37% | - |
| HSV(B) | 11.58º | 0.75% | 0.59% | - |
| XYZ | 14.66 | 9.84 | 2.88 | - |
| YUV | 84 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 37 | 0 | 0.61 | 0.75 | 0.41 | 11.58 | 0.61 | 0.37 |
| Hex | 97 | 3B | 25 | 0 | 3D | 4B | 29 | C | 3D | 25 |
| Octal | 227 | 73 | 45 | 0 | 75 | 113 | 51 | 14 | 75 | 45 |
| Binary | 10010111 | 111011 | 100101 | 0 | 111101 | 1001011 | 101001 | 1100 | 111101 | 100101 |
Color Harmonies of #973B25
Complementary color
Monochromatic Colors of #973B25
Black with #973B25
Text Example
Text Example
White with #973B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973B25; }
p { color: rgb(151,59,37); }
H1.HeaderClassName
{
color: #973B25;
}
.AnyTagClassName
{
color: #973B25;
}
</style>
background-color css
<style>
a { background-color: #973B25; }
a { background-color: rgb(151,59,37); }
div.DivClassName
{
background-color: #973B25;
}
.BgClassName
{
background-color: #973B25;
}
</style>
border-color css
<style>
span { border-color: #973B25; }
span { border-color: rgb(151,59,37); }
td.TdClassName
{
border-color: #973B25;
}
.TagClassName
{
border-color: #973B25;
}
</style>