Shades of Thunderbird #963B32
Tints of Thunderbird #963B32
RGB
CMYK
RGB Variations
Color information
#963B32 (or 0x963B32) is known color: Thunderbird. HEX triplet: 96, 3B and 32. RGB value is (150,59,50). Sum of RGB (Red+Green+Blue) = 150+59+50=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #963B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963B32 is #69C4CD. Grayscale: #555555. Windows color (decimal): -6931662 or 3292054. OLE color: 3292054.
HSL color Cylindrical-coordinate representation of color #963B32: hue angle of 5.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963B32 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 59 | 50 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.41 |
| HSL | 5.4º | 0.5% | 0.39% | - |
| HSV(B) | 5.4º | 0.67% | 0.59% | - |
| XYZ | 14.72 | 9.84 | 4.14 | - |
| YUV | 85.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 50 | 0 | 0.61 | 0.67 | 0.41 | 5.4 | 0.5 | 0.39 |
| Hex | 96 | 3B | 32 | 0 | 3D | 43 | 29 | 5 | 32 | 27 |
| Octal | 226 | 73 | 62 | 0 | 75 | 103 | 51 | 5 | 62 | 47 |
| Binary | 10010110 | 111011 | 110010 | 0 | 111101 | 1000011 | 101001 | 101 | 110010 | 100111 |
Color Harmonies of #963B32
Complementary color
Monochromatic Colors of #963B32
Black with #963B32
Text Example
Text Example
White with #963B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963B32; }
p { color: rgb(150,59,50); }
H1.HeaderClassName
{
color: #963B32;
}
.AnyTagClassName
{
color: #963B32;
}
</style>
background-color css
<style>
a { background-color: #963B32; }
a { background-color: rgb(150,59,50); }
div.DivClassName
{
background-color: #963B32;
}
.BgClassName
{
background-color: #963B32;
}
</style>
border-color css
<style>
span { border-color: #963B32; }
span { border-color: rgb(150,59,50); }
td.TdClassName
{
border-color: #963B32;
}
.TagClassName
{
border-color: #963B32;
}
</style>