Shades of Thunderbird #9B372B
Tints of Thunderbird #9B372B
RGB
CMYK
RGB Variations
Color information
#9B372B (or 0x9B372B) is known color: Thunderbird. HEX triplet: 9B, 37 and 2B. RGB value is (155,55,43). Sum of RGB (Red+Green+Blue) = 155+55+43=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B372B is #64C8D4. Grayscale: #535353. Windows color (decimal): -6605013 or 2832283. OLE color: 2832283.
HSL color Cylindrical-coordinate representation of color #9B372B: hue angle of 6.43º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B372B is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 55 | 43 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.39 |
| HSL | 6.43º | 0.57% | 0.39% | - |
| HSV(B) | 6.43º | 0.72% | 0.61% | - |
| XYZ | 15.32 | 9.88 | 3.38 | - |
| YUV | 83.53 | 105.13 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 55 | 43 | 0 | 0.65 | 0.72 | 0.39 | 6.43 | 0.57 | 0.39 |
| Hex | 9B | 37 | 2B | 0 | 41 | 48 | 27 | 6 | 39 | 27 |
| Octal | 233 | 67 | 53 | 0 | 101 | 110 | 47 | 6 | 71 | 47 |
| Binary | 10011011 | 110111 | 101011 | 0 | 1000001 | 1001000 | 100111 | 110 | 111001 | 100111 |
Color Harmonies of #9B372B
Complementary color
Monochromatic Colors of #9B372B
Black with #9B372B
Text Example
Text Example
White with #9B372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B372B; }
p { color: rgb(155,55,43); }
H1.HeaderClassName
{
color: #9B372B;
}
.AnyTagClassName
{
color: #9B372B;
}
</style>
background-color css
<style>
a { background-color: #9B372B; }
a { background-color: rgb(155,55,43); }
div.DivClassName
{
background-color: #9B372B;
}
.BgClassName
{
background-color: #9B372B;
}
</style>
border-color css
<style>
span { border-color: #9B372B; }
span { border-color: rgb(155,55,43); }
td.TdClassName
{
border-color: #9B372B;
}
.TagClassName
{
border-color: #9B372B;
}
</style>