Shades of Thunderbird #963229
Tints of Thunderbird #963229
RGB
CMYK
RGB Variations
Color information
#963229 (or 0x963229) is known color: Thunderbird. HEX triplet: 96, 32 and 29. RGB value is (150,50,41). Sum of RGB (Red+Green+Blue) = 150+50+41=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #963229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963229 is #69CDD6. Grayscale: #4F4F4F. Windows color (decimal): -6933975 or 2699926. OLE color: 2699926.
HSL color Cylindrical-coordinate representation of color #963229: hue angle of 4.95º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963229 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 41 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.41 |
| HSL | 4.95º | 0.57% | 0.37% | - |
| HSV(B) | 4.95º | 0.73% | 0.59% | - |
| XYZ | 14.12 | 8.93 | 3.08 | - |
| YUV | 78.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 41 | 0 | 0.67 | 0.73 | 0.41 | 4.95 | 0.57 | 0.37 |
| Hex | 96 | 32 | 29 | 0 | 43 | 49 | 29 | 5 | 39 | 25 |
| Octal | 226 | 62 | 51 | 0 | 103 | 111 | 51 | 5 | 71 | 45 |
| Binary | 10010110 | 110010 | 101001 | 0 | 1000011 | 1001001 | 101001 | 101 | 111001 | 100101 |
Color Harmonies of #963229
Complementary color
Monochromatic Colors of #963229
Black with #963229
Text Example
Text Example
White with #963229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963229; }
p { color: rgb(150,50,41); }
H1.HeaderClassName
{
color: #963229;
}
.AnyTagClassName
{
color: #963229;
}
</style>
background-color css
<style>
a { background-color: #963229; }
a { background-color: rgb(150,50,41); }
div.DivClassName
{
background-color: #963229;
}
.BgClassName
{
background-color: #963229;
}
</style>
border-color css
<style>
span { border-color: #963229; }
span { border-color: rgb(150,50,41); }
td.TdClassName
{
border-color: #963229;
}
.TagClassName
{
border-color: #963229;
}
</style>