Shades of Fire #973725
Tints of Fire #973725
RGB
CMYK
RGB Variations
Color information
#973725 (or 0x973725) is known color: Fire. HEX triplet: 97, 37 and 25. RGB value is (151,55,37). Sum of RGB (Red+Green+Blue) = 151+55+37=243 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.14% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 151 - color contains mainly: red. Hex color #973725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973725 is #68C8DA. Grayscale: #515151. Windows color (decimal): -6867163 or 2439063. OLE color: 2439063.
HSL color Cylindrical-coordinate representation of color #973725: hue angle of 9.47º 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 #973725 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 55 | 37 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.41 |
| HSL | 9.47º | 0.61% | 0.37% | - |
| HSV(B) | 9.47º | 0.75% | 0.59% | - |
| XYZ | 14.46 | 9.45 | 2.81 | - |
| YUV | 81.65 | 102.8 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 55 | 37 | 0 | 0.64 | 0.75 | 0.41 | 9.47 | 0.61 | 0.37 |
| Hex | 97 | 37 | 25 | 0 | 40 | 4B | 29 | 9 | 3D | 25 |
| Octal | 227 | 67 | 45 | 0 | 100 | 113 | 51 | 11 | 75 | 45 |
| Binary | 10010111 | 110111 | 100101 | 0 | 1000000 | 1001011 | 101001 | 1001 | 111101 | 100101 |
Color Harmonies of #973725
Complementary color
Monochromatic Colors of #973725
Black with #973725
Text Example
Text Example
White with #973725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973725; }
p { color: rgb(151,55,37); }
H1.HeaderClassName
{
color: #973725;
}
.AnyTagClassName
{
color: #973725;
}
</style>
background-color css
<style>
a { background-color: #973725; }
a { background-color: rgb(151,55,37); }
div.DivClassName
{
background-color: #973725;
}
.BgClassName
{
background-color: #973725;
}
</style>
border-color css
<style>
span { border-color: #973725; }
span { border-color: rgb(151,55,37); }
td.TdClassName
{
border-color: #973725;
}
.TagClassName
{
border-color: #973725;
}
</style>