Shades of Thunderbird #9B3325
Tints of Thunderbird #9B3325
RGB
CMYK
RGB Variations
Color information
#9B3325 (or 0x9B3325) is known color: Thunderbird. HEX triplet: 9B, 33 and 25. RGB value is (155,51,37). Sum of RGB (Red+Green+Blue) = 155+51+37=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3325 is #64CCDA. Grayscale: #505050. Windows color (decimal): -6606043 or 2438043. OLE color: 2438043.
HSL color Cylindrical-coordinate representation of color #9B3325: hue angle of 7.12º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B3325 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 51 | 37 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.39 |
| HSL | 7.12º | 0.61% | 0.38% | - |
| HSV(B) | 7.12º | 0.76% | 0.61% | - |
| XYZ | 15.04 | 9.47 | 2.79 | - |
| YUV | 80.5 | 103.46 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 51 | 37 | 0 | 0.67 | 0.76 | 0.39 | 7.12 | 0.61 | 0.38 |
| Hex | 9B | 33 | 25 | 0 | 43 | 4C | 27 | 7 | 3D | 26 |
| Octal | 233 | 63 | 45 | 0 | 103 | 114 | 47 | 7 | 75 | 46 |
| Binary | 10011011 | 110011 | 100101 | 0 | 1000011 | 1001100 | 100111 | 111 | 111101 | 100110 |
Color Harmonies of #9B3325
Complementary color
Monochromatic Colors of #9B3325
Black with #9B3325
Text Example
Text Example
White with #9B3325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3325; }
p { color: rgb(155,51,37); }
H1.HeaderClassName
{
color: #9B3325;
}
.AnyTagClassName
{
color: #9B3325;
}
</style>
background-color css
<style>
a { background-color: #9B3325; }
a { background-color: rgb(155,51,37); }
div.DivClassName
{
background-color: #9B3325;
}
.BgClassName
{
background-color: #9B3325;
}
</style>
border-color css
<style>
span { border-color: #9B3325; }
span { border-color: rgb(155,51,37); }
td.TdClassName
{
border-color: #9B3325;
}
.TagClassName
{
border-color: #9B3325;
}
</style>