Shades of Thunderbird #9B3527
Tints of Thunderbird #9B3527
RGB
CMYK
RGB Variations
Color information
#9B3527 (or 0x9B3527) is known color: Thunderbird. HEX triplet: 9B, 35 and 27. RGB value is (155,53,39). Sum of RGB (Red+Green+Blue) = 155+53+39=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3527 is #64CAD8. Grayscale: #525252. Windows color (decimal): -6605529 or 2569627. OLE color: 2569627.
HSL color Cylindrical-coordinate representation of color #9B3527: hue angle of 7.24º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B3527 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 53 | 39 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.39 |
| HSL | 7.24º | 0.6% | 0.38% | - |
| HSV(B) | 7.24º | 0.75% | 0.61% | - |
| XYZ | 15.16 | 9.66 | 2.99 | - |
| YUV | 81.9 | 103.79 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 39 | 0 | 0.66 | 0.75 | 0.39 | 7.24 | 0.6 | 0.38 |
| Hex | 9B | 35 | 27 | 0 | 42 | 4B | 27 | 7 | 3C | 26 |
| Octal | 233 | 65 | 47 | 0 | 102 | 113 | 47 | 7 | 74 | 46 |
| Binary | 10011011 | 110101 | 100111 | 0 | 1000010 | 1001011 | 100111 | 111 | 111100 | 100110 |
Color Harmonies of #9B3527
Complementary color
Monochromatic Colors of #9B3527
Black with #9B3527
Text Example
Text Example
White with #9B3527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3527; }
p { color: rgb(155,53,39); }
H1.HeaderClassName
{
color: #9B3527;
}
.AnyTagClassName
{
color: #9B3527;
}
</style>
background-color css
<style>
a { background-color: #9B3527; }
a { background-color: rgb(155,53,39); }
div.DivClassName
{
background-color: #9B3527;
}
.BgClassName
{
background-color: #9B3527;
}
</style>
border-color css
<style>
span { border-color: #9B3527; }
span { border-color: rgb(155,53,39); }
td.TdClassName
{
border-color: #9B3527;
}
.TagClassName
{
border-color: #9B3527;
}
</style>