Shades of Thunderbird #9C372B
Tints of Thunderbird #9C372B
RGB
CMYK
RGB Variations
Color information
#9C372B (or 0x9C372B) is known color: Thunderbird. HEX triplet: 9C, 37 and 2B. RGB value is (156,55,43). Sum of RGB (Red+Green+Blue) = 156+55+43=254 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.42% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 156 - color contains mainly: red. Hex color #9C372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C372B is #63C8D4. Grayscale: #535353. Windows color (decimal): -6539477 or 2832284. OLE color: 2832284.
HSL color Cylindrical-coordinate representation of color #9C372B: hue angle of 6.37º 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 #9C372B is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 55 | 43 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.39 |
| HSL | 6.37º | 0.57% | 0.39% | - |
| HSV(B) | 6.37º | 0.72% | 0.61% | - |
| XYZ | 15.51 | 9.97 | 3.39 | - |
| YUV | 83.83 | 104.96 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 55 | 43 | 0 | 0.65 | 0.72 | 0.39 | 6.37 | 0.57 | 0.39 |
| Hex | 9C | 37 | 2B | 0 | 41 | 48 | 27 | 6 | 39 | 27 |
| Octal | 234 | 67 | 53 | 0 | 101 | 110 | 47 | 6 | 71 | 47 |
| Binary | 10011100 | 110111 | 101011 | 0 | 1000001 | 1001000 | 100111 | 110 | 111001 | 100111 |
Color Harmonies of #9C372B
Complementary color
Monochromatic Colors of #9C372B
Black with #9C372B
Text Example
Text Example
White with #9C372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C372B; }
p { color: rgb(156,55,43); }
H1.HeaderClassName
{
color: #9C372B;
}
.AnyTagClassName
{
color: #9C372B;
}
</style>
background-color css
<style>
a { background-color: #9C372B; }
a { background-color: rgb(156,55,43); }
div.DivClassName
{
background-color: #9C372B;
}
.BgClassName
{
background-color: #9C372B;
}
</style>
border-color css
<style>
span { border-color: #9C372B; }
span { border-color: rgb(156,55,43); }
td.TdClassName
{
border-color: #9C372B;
}
.TagClassName
{
border-color: #9C372B;
}
</style>