Shades of Thunderbird #963F34
Tints of Thunderbird #963F34
RGB
CMYK
RGB Variations
Color information
#963F34 (or 0x963F34) is known color: Thunderbird. HEX triplet: 96, 3F and 34. RGB value is (150,63,52). Sum of RGB (Red+Green+Blue) = 150+63+52=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #963F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F34 is #69C0CB. Grayscale: #575757. Windows color (decimal): -6930636 or 3424150. OLE color: 3424150.
HSL color Cylindrical-coordinate representation of color #963F34: hue angle of 6.73º degrees, saturation: 0.49, 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 #963F34 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 63 | 52 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.41 |
| HSL | 6.73º | 0.49% | 0.4% | - |
| HSV(B) | 6.73º | 0.65% | 0.59% | - |
| XYZ | 14.98 | 10.29 | 4.45 | - |
| YUV | 87.76 | 107.82 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 52 | 0 | 0.58 | 0.65 | 0.41 | 6.73 | 0.49 | 0.4 |
| Hex | 96 | 3F | 34 | 0 | 3A | 41 | 29 | 7 | 31 | 28 |
| Octal | 226 | 77 | 64 | 0 | 72 | 101 | 51 | 7 | 61 | 50 |
| Binary | 10010110 | 111111 | 110100 | 0 | 111010 | 1000001 | 101001 | 111 | 110001 | 101000 |
Color Harmonies of #963F34
Complementary color
Monochromatic Colors of #963F34
Black with #963F34
Text Example
Text Example
White with #963F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963F34; }
p { color: rgb(150,63,52); }
H1.HeaderClassName
{
color: #963F34;
}
.AnyTagClassName
{
color: #963F34;
}
</style>
background-color css
<style>
a { background-color: #963F34; }
a { background-color: rgb(150,63,52); }
div.DivClassName
{
background-color: #963F34;
}
.BgClassName
{
background-color: #963F34;
}
</style>
border-color css
<style>
span { border-color: #963F34; }
span { border-color: rgb(150,63,52); }
td.TdClassName
{
border-color: #963F34;
}
.TagClassName
{
border-color: #963F34;
}
</style>