Shades of Fire #9B3917
Tints of Fire #9B3917
RGB
CMYK
RGB Variations
Color information
#9B3917 (or 0x9B3917) is known color: Fire. HEX triplet: 9B, 39 and 17. RGB value is (155,57,23). Sum of RGB (Red+Green+Blue) = 155+57+23=235 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.96% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3917 is #64C6E8. Grayscale: #525252. Windows color (decimal): -6604521 or 1522075. OLE color: 1522075.
HSL color Cylindrical-coordinate representation of color #9B3917: hue angle of 15.45º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B3917 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 57 | 23 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.39 |
| HSL | 15.45º | 0.74% | 0.35% | - |
| HSV(B) | 15.45º | 0.85% | 0.61% | - |
| XYZ | 15.14 | 9.96 | 1.93 | - |
| YUV | 82.43 | 94.47 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 57 | 23 | 0 | 0.63 | 0.85 | 0.39 | 15.45 | 0.74 | 0.35 |
| Hex | 9B | 39 | 17 | 0 | 3F | 55 | 27 | F | 4A | 23 |
| Octal | 233 | 71 | 27 | 0 | 77 | 125 | 47 | 17 | 112 | 43 |
| Binary | 10011011 | 111001 | 10111 | 0 | 111111 | 1010101 | 100111 | 1111 | 1001010 | 100011 |
Color Harmonies of #9B3917
Complementary color
Monochromatic Colors of #9B3917
Black with #9B3917
Text Example
Text Example
White with #9B3917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3917; }
p { color: rgb(155,57,23); }
H1.HeaderClassName
{
color: #9B3917;
}
.AnyTagClassName
{
color: #9B3917;
}
</style>
background-color css
<style>
a { background-color: #9B3917; }
a { background-color: rgb(155,57,23); }
div.DivClassName
{
background-color: #9B3917;
}
.BgClassName
{
background-color: #9B3917;
}
</style>
border-color css
<style>
span { border-color: #9B3917; }
span { border-color: rgb(155,57,23); }
td.TdClassName
{
border-color: #9B3917;
}
.TagClassName
{
border-color: #9B3917;
}
</style>