Shades of Thunderbird #963F35
Tints of Thunderbird #963F35
RGB
CMYK
RGB Variations
Color information
#963F35 (or 0x963F35) is known color: Thunderbird. HEX triplet: 96, 3F and 35. RGB value is (150,63,53). Sum of RGB (Red+Green+Blue) = 150+63+53=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #963F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F35 is #69C0CA. Grayscale: #575757. Windows color (decimal): -6930635 or 3489686. OLE color: 3489686.
HSL color Cylindrical-coordinate representation of color #963F35: hue angle of 6.19º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963F35 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 63 | 53 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.41 |
| HSL | 6.19º | 0.48% | 0.4% | - |
| HSV(B) | 6.19º | 0.65% | 0.59% | - |
| XYZ | 15 | 10.3 | 4.57 | - |
| YUV | 87.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 53 | 0 | 0.58 | 0.65 | 0.41 | 6.19 | 0.48 | 0.4 |
| Hex | 96 | 3F | 35 | 0 | 3A | 41 | 29 | 6 | 30 | 28 |
| Octal | 226 | 77 | 65 | 0 | 72 | 101 | 51 | 6 | 60 | 50 |
| Binary | 10010110 | 111111 | 110101 | 0 | 111010 | 1000001 | 101001 | 110 | 110000 | 101000 |
Color Harmonies of #963F35
Complementary color
Monochromatic Colors of #963F35
Black with #963F35
Text Example
Text Example
White with #963F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963F35; }
p { color: rgb(150,63,53); }
H1.HeaderClassName
{
color: #963F35;
}
.AnyTagClassName
{
color: #963F35;
}
</style>
background-color css
<style>
a { background-color: #963F35; }
a { background-color: rgb(150,63,53); }
div.DivClassName
{
background-color: #963F35;
}
.BgClassName
{
background-color: #963F35;
}
</style>
border-color css
<style>
span { border-color: #963F35; }
span { border-color: rgb(150,63,53); }
td.TdClassName
{
border-color: #963F35;
}
.TagClassName
{
border-color: #963F35;
}
</style>