Shades of Fire #973B23
Tints of Fire #973B23
RGB
CMYK
RGB Variations
Color information
#973B23 (or 0x973B23) is known color: Fire. HEX triplet: 97, 3B and 23. RGB value is (151,59,35). Sum of RGB (Red+Green+Blue) = 151+59+35=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #973B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973B23 is #68C4DC. Grayscale: #535353. Windows color (decimal): -6866141 or 2309015. OLE color: 2309015.
HSL color Cylindrical-coordinate representation of color #973B23: hue angle of 12.41º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #973B23 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 59 | 35 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.41 |
| HSL | 12.41º | 0.62% | 0.36% | - |
| HSV(B) | 12.41º | 0.77% | 0.59% | - |
| XYZ | 14.63 | 9.83 | 2.72 | - |
| YUV | 83.77 | 100.48 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 35 | 0 | 0.61 | 0.77 | 0.41 | 12.41 | 0.62 | 0.36 |
| Hex | 97 | 3B | 23 | 0 | 3D | 4D | 29 | C | 3E | 24 |
| Octal | 227 | 73 | 43 | 0 | 75 | 115 | 51 | 14 | 76 | 44 |
| Binary | 10010111 | 111011 | 100011 | 0 | 111101 | 1001101 | 101001 | 1100 | 111110 | 100100 |
Color Harmonies of #973B23
Complementary color
Monochromatic Colors of #973B23
Black with #973B23
Text Example
Text Example
White with #973B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973B23; }
p { color: rgb(151,59,35); }
H1.HeaderClassName
{
color: #973B23;
}
.AnyTagClassName
{
color: #973B23;
}
</style>
background-color css
<style>
a { background-color: #973B23; }
a { background-color: rgb(151,59,35); }
div.DivClassName
{
background-color: #973B23;
}
.BgClassName
{
background-color: #973B23;
}
</style>
border-color css
<style>
span { border-color: #973B23; }
span { border-color: rgb(151,59,35); }
td.TdClassName
{
border-color: #973B23;
}
.TagClassName
{
border-color: #973B23;
}
</style>