Shades of Fire #963A27
Tints of Fire #963A27
RGB
CMYK
RGB Variations
Color information
#963A27 (or 0x963A27) is known color: Fire. HEX triplet: 96, 3A and 27. RGB value is (150,58,39). Sum of RGB (Red+Green+Blue) = 150+58+39=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #963A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A27 is #69C5D8. Grayscale: #535353. Windows color (decimal): -6931929 or 2570902. OLE color: 2570902.
HSL color Cylindrical-coordinate representation of color #963A27: hue angle of 10.27º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #963A27 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 39 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.41 |
| HSL | 10.27º | 0.59% | 0.37% | - |
| HSV(B) | 10.27º | 0.74% | 0.59% | - |
| XYZ | 14.46 | 9.66 | 3.02 | - |
| YUV | 83.34 | 102.98 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 39 | 0 | 0.61 | 0.74 | 0.41 | 10.27 | 0.59 | 0.37 |
| Hex | 96 | 3A | 27 | 0 | 3D | 4A | 29 | A | 3B | 25 |
| Octal | 226 | 72 | 47 | 0 | 75 | 112 | 51 | 12 | 73 | 45 |
| Binary | 10010110 | 111010 | 100111 | 0 | 111101 | 1001010 | 101001 | 1010 | 111011 | 100101 |
Color Harmonies of #963A27
Complementary color
Monochromatic Colors of #963A27
Black with #963A27
Text Example
Text Example
White with #963A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A27; }
p { color: rgb(150,58,39); }
H1.HeaderClassName
{
color: #963A27;
}
.AnyTagClassName
{
color: #963A27;
}
</style>
background-color css
<style>
a { background-color: #963A27; }
a { background-color: rgb(150,58,39); }
div.DivClassName
{
background-color: #963A27;
}
.BgClassName
{
background-color: #963A27;
}
</style>
border-color css
<style>
span { border-color: #963A27; }
span { border-color: rgb(150,58,39); }
td.TdClassName
{
border-color: #963A27;
}
.TagClassName
{
border-color: #963A27;
}
</style>