Shades of Thunderbird #9B3528
Tints of Thunderbird #9B3528
RGB
CMYK
RGB Variations
Color information
#9B3528 (or 0x9B3528) is known color: Thunderbird. HEX triplet: 9B, 35 and 28. RGB value is (155,53,40). Sum of RGB (Red+Green+Blue) = 155+53+40=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3528 is #64CAD7. Grayscale: #525252. Windows color (decimal): -6605528 or 2635163. OLE color: 2635163.
HSL color Cylindrical-coordinate representation of color #9B3528: hue angle of 6.78º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B3528 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 53 | 40 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.39 |
| HSL | 6.78º | 0.59% | 0.38% | - |
| HSV(B) | 6.78º | 0.74% | 0.61% | - |
| XYZ | 15.17 | 9.67 | 3.07 | - |
| YUV | 82.02 | 104.29 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 40 | 0 | 0.66 | 0.74 | 0.39 | 6.78 | 0.59 | 0.38 |
| Hex | 9B | 35 | 28 | 0 | 42 | 4A | 27 | 7 | 3B | 26 |
| Octal | 233 | 65 | 50 | 0 | 102 | 112 | 47 | 7 | 73 | 46 |
| Binary | 10011011 | 110101 | 101000 | 0 | 1000010 | 1001010 | 100111 | 111 | 111011 | 100110 |
Color Harmonies of #9B3528
Complementary color
Monochromatic Colors of #9B3528
Black with #9B3528
Text Example
Text Example
White with #9B3528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3528; }
p { color: rgb(155,53,40); }
H1.HeaderClassName
{
color: #9B3528;
}
.AnyTagClassName
{
color: #9B3528;
}
</style>
background-color css
<style>
a { background-color: #9B3528; }
a { background-color: rgb(155,53,40); }
div.DivClassName
{
background-color: #9B3528;
}
.BgClassName
{
background-color: #9B3528;
}
</style>
border-color css
<style>
span { border-color: #9B3528; }
span { border-color: rgb(155,53,40); }
td.TdClassName
{
border-color: #9B3528;
}
.TagClassName
{
border-color: #9B3528;
}
</style>