Shades of Fire #963D24
Tints of Fire #963D24
RGB
CMYK
RGB Variations
Color information
#963D24 (or 0x963D24) is known color: Fire. HEX triplet: 96, 3D and 24. RGB value is (150,61,36). Sum of RGB (Red+Green+Blue) = 150+61+36=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #963D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963D24 is #69C2DB. Grayscale: #545454. Windows color (decimal): -6931164 or 2375062. OLE color: 2375062.
HSL color Cylindrical-coordinate representation of color #963D24: hue angle of 13.16º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #963D24 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 61 | 36 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.41 |
| HSL | 13.16º | 0.61% | 0.36% | - |
| HSV(B) | 13.16º | 0.76% | 0.59% | - |
| XYZ | 14.56 | 9.95 | 2.82 | - |
| YUV | 84.76 | 100.49 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 36 | 0 | 0.59 | 0.76 | 0.41 | 13.16 | 0.61 | 0.36 |
| Hex | 96 | 3D | 24 | 0 | 3B | 4C | 29 | D | 3D | 24 |
| Octal | 226 | 75 | 44 | 0 | 73 | 114 | 51 | 15 | 75 | 44 |
| Binary | 10010110 | 111101 | 100100 | 0 | 111011 | 1001100 | 101001 | 1101 | 111101 | 100100 |
Color Harmonies of #963D24
Complementary color
Monochromatic Colors of #963D24
Black with #963D24
Text Example
Text Example
White with #963D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963D24; }
p { color: rgb(150,61,36); }
H1.HeaderClassName
{
color: #963D24;
}
.AnyTagClassName
{
color: #963D24;
}
</style>
background-color css
<style>
a { background-color: #963D24; }
a { background-color: rgb(150,61,36); }
div.DivClassName
{
background-color: #963D24;
}
.BgClassName
{
background-color: #963D24;
}
</style>
border-color css
<style>
span { border-color: #963D24; }
span { border-color: rgb(150,61,36); }
td.TdClassName
{
border-color: #963D24;
}
.TagClassName
{
border-color: #963D24;
}
</style>