Shades of Fire #964121
Tints of Fire #964121
RGB
CMYK
RGB Variations
Color information
#964121 (or 0x964121) is known color: Fire. HEX triplet: 96, 41 and 21. RGB value is (150,65,33). Sum of RGB (Red+Green+Blue) = 150+65+33=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #964121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964121 is #69BEDE. Grayscale: #565656. Windows color (decimal): -6930143 or 2179478. OLE color: 2179478.
HSL color Cylindrical-coordinate representation of color #964121: hue angle of 16.41º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #964121 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 65 | 33 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.41 |
| HSL | 16.41º | 0.64% | 0.36% | - |
| HSV(B) | 16.41º | 0.78% | 0.59% | - |
| XYZ | 14.74 | 10.37 | 2.66 | - |
| YUV | 86.77 | 97.66 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 65 | 33 | 0 | 0.57 | 0.78 | 0.41 | 16.41 | 0.64 | 0.36 |
| Hex | 96 | 41 | 21 | 0 | 39 | 4E | 29 | 10 | 40 | 24 |
| Octal | 226 | 101 | 41 | 0 | 71 | 116 | 51 | 20 | 100 | 44 |
| Binary | 10010110 | 1000001 | 100001 | 0 | 111001 | 1001110 | 101001 | 10000 | 1000000 | 100100 |
Color Harmonies of #964121
Complementary color
Monochromatic Colors of #964121
Black with #964121
Text Example
Text Example
White with #964121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964121; }
p { color: rgb(150,65,33); }
H1.HeaderClassName
{
color: #964121;
}
.AnyTagClassName
{
color: #964121;
}
</style>
background-color css
<style>
a { background-color: #964121; }
a { background-color: rgb(150,65,33); }
div.DivClassName
{
background-color: #964121;
}
.BgClassName
{
background-color: #964121;
}
</style>
border-color css
<style>
span { border-color: #964121; }
span { border-color: rgb(150,65,33); }
td.TdClassName
{
border-color: #964121;
}
.TagClassName
{
border-color: #964121;
}
</style>