Shades of Fire #963B20
Tints of Fire #963B20
RGB
CMYK
RGB Variations
Color information
#963B20 (or 0x963B20) is known color: Fire. HEX triplet: 96, 3B and 20. RGB value is (150,59,32). Sum of RGB (Red+Green+Blue) = 150+59+32=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #963B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963B20 is #69C4DF. Grayscale: #535353. Windows color (decimal): -6931680 or 2112406. OLE color: 2112406.
HSL color Cylindrical-coordinate representation of color #963B20: hue angle of 13.73º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #963B20 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 59 | 32 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.41 |
| HSL | 13.73º | 0.65% | 0.36% | - |
| HSV(B) | 13.73º | 0.79% | 0.59% | - |
| XYZ | 14.4 | 9.72 | 2.48 | - |
| YUV | 83.13 | 99.15 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 32 | 0 | 0.61 | 0.79 | 0.41 | 13.73 | 0.65 | 0.36 |
| Hex | 96 | 3B | 20 | 0 | 3D | 4F | 29 | E | 41 | 24 |
| Octal | 226 | 73 | 40 | 0 | 75 | 117 | 51 | 16 | 101 | 44 |
| Binary | 10010110 | 111011 | 100000 | 0 | 111101 | 1001111 | 101001 | 1110 | 1000001 | 100100 |
Color Harmonies of #963B20
Complementary color
Monochromatic Colors of #963B20
Black with #963B20
Text Example
Text Example
White with #963B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963B20; }
p { color: rgb(150,59,32); }
H1.HeaderClassName
{
color: #963B20;
}
.AnyTagClassName
{
color: #963B20;
}
</style>
background-color css
<style>
a { background-color: #963B20; }
a { background-color: rgb(150,59,32); }
div.DivClassName
{
background-color: #963B20;
}
.BgClassName
{
background-color: #963B20;
}
</style>
border-color css
<style>
span { border-color: #963B20; }
span { border-color: rgb(150,59,32); }
td.TdClassName
{
border-color: #963B20;
}
.TagClassName
{
border-color: #963B20;
}
</style>