Shades of Thunderbird #96322B
Tints of Thunderbird #96322B
RGB
CMYK
RGB Variations
Color information
#96322B (or 0x96322B) is known color: Thunderbird. HEX triplet: 96, 32 and 2B. RGB value is (150,50,43). Sum of RGB (Red+Green+Blue) = 150+50+43=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #96322B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96322B is #69CDD4. Grayscale: #4F4F4F. Windows color (decimal): -6933973 or 2830998. OLE color: 2830998.
HSL color Cylindrical-coordinate representation of color #96322B: hue angle of 3.93º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96322B is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 43 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.41 |
| HSL | 3.93º | 0.55% | 0.38% | - |
| HSV(B) | 3.93º | 0.71% | 0.59% | - |
| XYZ | 14.15 | 8.94 | 3.27 | - |
| YUV | 79.1 | 107.63 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 43 | 0 | 0.67 | 0.71 | 0.41 | 3.93 | 0.55 | 0.38 |
| Hex | 96 | 32 | 2B | 0 | 43 | 47 | 29 | 4 | 37 | 26 |
| Octal | 226 | 62 | 53 | 0 | 103 | 107 | 51 | 4 | 67 | 46 |
| Binary | 10010110 | 110010 | 101011 | 0 | 1000011 | 1000111 | 101001 | 100 | 110111 | 100110 |
Color Harmonies of #96322B
Complementary color
Monochromatic Colors of #96322B
Black with #96322B
Text Example
Text Example
White with #96322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96322B; }
p { color: rgb(150,50,43); }
H1.HeaderClassName
{
color: #96322B;
}
.AnyTagClassName
{
color: #96322B;
}
</style>
background-color css
<style>
a { background-color: #96322B; }
a { background-color: rgb(150,50,43); }
div.DivClassName
{
background-color: #96322B;
}
.BgClassName
{
background-color: #96322B;
}
</style>
border-color css
<style>
span { border-color: #96322B; }
span { border-color: rgb(150,50,43); }
td.TdClassName
{
border-color: #96322B;
}
.TagClassName
{
border-color: #96322B;
}
</style>