Shades of Thunderbird #9B3525
Tints of Thunderbird #9B3525
RGB
CMYK
RGB Variations
Color information
#9B3525 (or 0x9B3525) is known color: Thunderbird. HEX triplet: 9B, 35 and 25. RGB value is (155,53,37). Sum of RGB (Red+Green+Blue) = 155+53+37=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3525 is #64CADA. Grayscale: #515151. Windows color (decimal): -6605531 or 2438555. OLE color: 2438555.
HSL color Cylindrical-coordinate representation of color #9B3525: hue angle of 8.14º 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 #9B3525 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 53 | 37 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.39 |
| HSL | 8.14º | 0.61% | 0.38% | - |
| HSV(B) | 8.14º | 0.76% | 0.61% | - |
| XYZ | 15.12 | 9.65 | 2.82 | - |
| YUV | 81.67 | 102.79 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 37 | 0 | 0.66 | 0.76 | 0.39 | 8.14 | 0.61 | 0.38 |
| Hex | 9B | 35 | 25 | 0 | 42 | 4C | 27 | 8 | 3D | 26 |
| Octal | 233 | 65 | 45 | 0 | 102 | 114 | 47 | 10 | 75 | 46 |
| Binary | 10011011 | 110101 | 100101 | 0 | 1000010 | 1001100 | 100111 | 1000 | 111101 | 100110 |
Color Harmonies of #9B3525
Complementary color
Monochromatic Colors of #9B3525
Black with #9B3525
Text Example
Text Example
White with #9B3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3525; }
p { color: rgb(155,53,37); }
H1.HeaderClassName
{
color: #9B3525;
}
.AnyTagClassName
{
color: #9B3525;
}
</style>
background-color css
<style>
a { background-color: #9B3525; }
a { background-color: rgb(155,53,37); }
div.DivClassName
{
background-color: #9B3525;
}
.BgClassName
{
background-color: #9B3525;
}
</style>
border-color css
<style>
span { border-color: #9B3525; }
span { border-color: rgb(155,53,37); }
td.TdClassName
{
border-color: #9B3525;
}
.TagClassName
{
border-color: #9B3525;
}
</style>