Shades of Thunderbird #963426
Tints of Thunderbird #963426
RGB
CMYK
RGB Variations
Color information
#963426 (or 0x963426) is known color: Thunderbird. HEX triplet: 96, 34 and 26. RGB value is (150,52,38). Sum of RGB (Red+Green+Blue) = 150+52+38=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #963426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963426 is #69CBD9. Grayscale: #4F4F4F. Windows color (decimal): -6933466 or 2503830. OLE color: 2503830.
HSL color Cylindrical-coordinate representation of color #963426: hue angle of 7.5º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #963426 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 38 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.41 |
| HSL | 7.5º | 0.6% | 0.37% | - |
| HSV(B) | 7.5º | 0.75% | 0.59% | - |
| XYZ | 14.16 | 9.08 | 2.84 | - |
| YUV | 79.71 | 104.47 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 38 | 0 | 0.65 | 0.75 | 0.41 | 7.5 | 0.6 | 0.37 |
| Hex | 96 | 34 | 26 | 0 | 41 | 4B | 29 | 8 | 3C | 25 |
| Octal | 226 | 64 | 46 | 0 | 101 | 113 | 51 | 10 | 74 | 45 |
| Binary | 10010110 | 110100 | 100110 | 0 | 1000001 | 1001011 | 101001 | 1000 | 111100 | 100101 |
Color Harmonies of #963426
Complementary color
Monochromatic Colors of #963426
Black with #963426
Text Example
Text Example
White with #963426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963426; }
p { color: rgb(150,52,38); }
H1.HeaderClassName
{
color: #963426;
}
.AnyTagClassName
{
color: #963426;
}
</style>
background-color css
<style>
a { background-color: #963426; }
a { background-color: rgb(150,52,38); }
div.DivClassName
{
background-color: #963426;
}
.BgClassName
{
background-color: #963426;
}
</style>
border-color css
<style>
span { border-color: #963426; }
span { border-color: rgb(150,52,38); }
td.TdClassName
{
border-color: #963426;
}
.TagClassName
{
border-color: #963426;
}
</style>