Shades of Thunderbird #9C3325
Tints of Thunderbird #9C3325
RGB
CMYK
RGB Variations
Color information
#9C3325 (or 0x9C3325) is known color: Thunderbird. HEX triplet: 9C, 33 and 25. RGB value is (156,51,37). Sum of RGB (Red+Green+Blue) = 156+51+37=244 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.93% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3325 is #63CCDA. Grayscale: #505050. Windows color (decimal): -6540507 or 2438044. OLE color: 2438044.
HSL color Cylindrical-coordinate representation of color #9C3325: hue angle of 7.06º degrees, saturation: 0.62, 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 #9C3325 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 51 | 37 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.39 |
| HSL | 7.06º | 0.62% | 0.38% | - |
| HSV(B) | 7.06º | 0.76% | 0.61% | - |
| XYZ | 15.23 | 9.57 | 2.79 | - |
| YUV | 80.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 51 | 37 | 0 | 0.67 | 0.76 | 0.39 | 7.06 | 0.62 | 0.38 |
| Hex | 9C | 33 | 25 | 0 | 43 | 4C | 27 | 7 | 3E | 26 |
| Octal | 234 | 63 | 45 | 0 | 103 | 114 | 47 | 7 | 76 | 46 |
| Binary | 10011100 | 110011 | 100101 | 0 | 1000011 | 1001100 | 100111 | 111 | 111110 | 100110 |
Color Harmonies of #9C3325
Complementary color
Monochromatic Colors of #9C3325
Black with #9C3325
Text Example
Text Example
White with #9C3325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3325; }
p { color: rgb(156,51,37); }
H1.HeaderClassName
{
color: #9C3325;
}
.AnyTagClassName
{
color: #9C3325;
}
</style>
background-color css
<style>
a { background-color: #9C3325; }
a { background-color: rgb(156,51,37); }
div.DivClassName
{
background-color: #9C3325;
}
.BgClassName
{
background-color: #9C3325;
}
</style>
border-color css
<style>
span { border-color: #9C3325; }
span { border-color: rgb(156,51,37); }
td.TdClassName
{
border-color: #9C3325;
}
.TagClassName
{
border-color: #9C3325;
}
</style>