Shades of Thunderbird #963735
Tints of Thunderbird #963735
RGB
CMYK
RGB Variations
Color information
#963735 (or 0x963735) is known color: Thunderbird. HEX triplet: 96, 37 and 35. RGB value is (150,55,53). Sum of RGB (Red+Green+Blue) = 150+55+53=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #963735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963735 is #69C8CA. Grayscale: #535353. Windows color (decimal): -6932683 or 3487638. OLE color: 3487638.
HSL color Cylindrical-coordinate representation of color #963735: hue angle of 1.24º 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 #963735 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 53 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.41 |
| HSL | 1.24º | 0.48% | 0.4% | - |
| HSV(B) | 1.24º | 0.65% | 0.59% | - |
| XYZ | 14.59 | 9.47 | 4.43 | - |
| YUV | 83.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 53 | 0 | 0.63 | 0.65 | 0.41 | 1.24 | 0.48 | 0.4 |
| Hex | 96 | 37 | 35 | 0 | 3F | 41 | 29 | 1 | 30 | 28 |
| Octal | 226 | 67 | 65 | 0 | 77 | 101 | 51 | 1 | 60 | 50 |
| Binary | 10010110 | 110111 | 110101 | 0 | 111111 | 1000001 | 101001 | 1 | 110000 | 101000 |
Color Harmonies of #963735
Complementary color
Monochromatic Colors of #963735
Black with #963735
Text Example
Text Example
White with #963735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963735; }
p { color: rgb(150,55,53); }
H1.HeaderClassName
{
color: #963735;
}
.AnyTagClassName
{
color: #963735;
}
</style>
background-color css
<style>
a { background-color: #963735; }
a { background-color: rgb(150,55,53); }
div.DivClassName
{
background-color: #963735;
}
.BgClassName
{
background-color: #963735;
}
</style>
border-color css
<style>
span { border-color: #963735; }
span { border-color: rgb(150,55,53); }
td.TdClassName
{
border-color: #963735;
}
.TagClassName
{
border-color: #963735;
}
</style>