Shades of Fire #973A1A
Tints of Fire #973A1A
RGB
CMYK
RGB Variations
Color information
#973A1A (or 0x973A1A) is known color: Fire. HEX triplet: 97, 3A and 1A. RGB value is (151,58,26). Sum of RGB (Red+Green+Blue) = 151+58+26=235 (31% of max value = 765). Red value is 151 (59.38% from 255 or 64.26% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 151 - color contains mainly: red. Hex color #973A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973A1A is #68C5E5. Grayscale: #525252. Windows color (decimal): -6866406 or 1718935. OLE color: 1718935.
HSL color Cylindrical-coordinate representation of color #973A1A: hue angle of 15.36º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #973A1A is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 58 | 26 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.41 |
| HSL | 15.36º | 0.71% | 0.35% | - |
| HSV(B) | 15.36º | 0.83% | 0.59% | - |
| XYZ | 14.46 | 9.68 | 2.08 | - |
| YUV | 82.16 | 96.31 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 26 | 0 | 0.62 | 0.83 | 0.41 | 15.36 | 0.71 | 0.35 |
| Hex | 97 | 3A | 1A | 0 | 3E | 53 | 29 | F | 47 | 23 |
| Octal | 227 | 72 | 32 | 0 | 76 | 123 | 51 | 17 | 107 | 43 |
| Binary | 10010111 | 111010 | 11010 | 0 | 111110 | 1010011 | 101001 | 1111 | 1000111 | 100011 |
Color Harmonies of #973A1A
Complementary color
Monochromatic Colors of #973A1A
Black with #973A1A
Text Example
Text Example
White with #973A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973A1A; }
p { color: rgb(151,58,26); }
H1.HeaderClassName
{
color: #973A1A;
}
.AnyTagClassName
{
color: #973A1A;
}
</style>
background-color css
<style>
a { background-color: #973A1A; }
a { background-color: rgb(151,58,26); }
div.DivClassName
{
background-color: #973A1A;
}
.BgClassName
{
background-color: #973A1A;
}
</style>
border-color css
<style>
span { border-color: #973A1A; }
span { border-color: rgb(151,58,26); }
td.TdClassName
{
border-color: #973A1A;
}
.TagClassName
{
border-color: #973A1A;
}
</style>