Shades of Fire #963A1F
Tints of Fire #963A1F
RGB
CMYK
RGB Variations
Color information
#963A1F (or 0x963A1F) is known color: Fire. HEX triplet: 96, 3A and 1F. RGB value is (150,58,31). Sum of RGB (Red+Green+Blue) = 150+58+31=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #963A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A1F is #69C5E0. Grayscale: #525252. Windows color (decimal): -6931937 or 2046614. OLE color: 2046614.
HSL color Cylindrical-coordinate representation of color #963A1F: hue angle of 13.61º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #963A1F is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 31 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.41 |
| HSL | 13.61º | 0.66% | 0.35% | - |
| HSV(B) | 13.61º | 0.79% | 0.59% | - |
| XYZ | 14.34 | 9.61 | 2.4 | - |
| YUV | 82.43 | 98.98 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 31 | 0 | 0.61 | 0.79 | 0.41 | 13.61 | 0.66 | 0.35 |
| Hex | 96 | 3A | 1F | 0 | 3D | 4F | 29 | E | 42 | 23 |
| Octal | 226 | 72 | 37 | 0 | 75 | 117 | 51 | 16 | 102 | 43 |
| Binary | 10010110 | 111010 | 11111 | 0 | 111101 | 1001111 | 101001 | 1110 | 1000010 | 100011 |
Color Harmonies of #963A1F
Complementary color
Monochromatic Colors of #963A1F
Black with #963A1F
Text Example
Text Example
White with #963A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A1F; }
p { color: rgb(150,58,31); }
H1.HeaderClassName
{
color: #963A1F;
}
.AnyTagClassName
{
color: #963A1F;
}
</style>
background-color css
<style>
a { background-color: #963A1F; }
a { background-color: rgb(150,58,31); }
div.DivClassName
{
background-color: #963A1F;
}
.BgClassName
{
background-color: #963A1F;
}
</style>
border-color css
<style>
span { border-color: #963A1F; }
span { border-color: rgb(150,58,31); }
td.TdClassName
{
border-color: #963A1F;
}
.TagClassName
{
border-color: #963A1F;
}
</style>