Shades of Thunderbird #963A36
Tints of Thunderbird #963A36
RGB
CMYK
RGB Variations
Color information
#963A36 (or 0x963A36) is known color: Thunderbird. HEX triplet: 96, 3A and 36. RGB value is (150,58,54). Sum of RGB (Red+Green+Blue) = 150+58+54=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #963A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A36 is #69C5C9. Grayscale: #555555. Windows color (decimal): -6931914 or 3553942. OLE color: 3553942.
HSL color Cylindrical-coordinate representation of color #963A36: hue angle of 2.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #963A36 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 54 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.41 |
| HSL | 2.5º | 0.47% | 0.4% | - |
| HSV(B) | 2.5º | 0.64% | 0.59% | - |
| XYZ | 14.76 | 9.78 | 4.6 | - |
| YUV | 85.05 | 110.48 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 54 | 0 | 0.61 | 0.64 | 0.41 | 2.5 | 0.47 | 0.4 |
| Hex | 96 | 3A | 36 | 0 | 3D | 40 | 29 | 2 | 2F | 28 |
| Octal | 226 | 72 | 66 | 0 | 75 | 100 | 51 | 2 | 57 | 50 |
| Binary | 10010110 | 111010 | 110110 | 0 | 111101 | 1000000 | 101001 | 10 | 101111 | 101000 |
Color Harmonies of #963A36
Complementary color
Monochromatic Colors of #963A36
Black with #963A36
Text Example
Text Example
White with #963A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A36; }
p { color: rgb(150,58,54); }
H1.HeaderClassName
{
color: #963A36;
}
.AnyTagClassName
{
color: #963A36;
}
</style>
background-color css
<style>
a { background-color: #963A36; }
a { background-color: rgb(150,58,54); }
div.DivClassName
{
background-color: #963A36;
}
.BgClassName
{
background-color: #963A36;
}
</style>
border-color css
<style>
span { border-color: #963A36; }
span { border-color: rgb(150,58,54); }
td.TdClassName
{
border-color: #963A36;
}
.TagClassName
{
border-color: #963A36;
}
</style>