Shades of Thunderbird #963532
Tints of Thunderbird #963532
RGB
CMYK
RGB Variations
Color information
#963532 (or 0x963532) is known color: Thunderbird. HEX triplet: 96, 35 and 32. RGB value is (150,53,50). Sum of RGB (Red+Green+Blue) = 150+53+50=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #963532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963532 is #69CACD. Grayscale: #515151. Windows color (decimal): -6933198 or 3290518. OLE color: 3290518.
HSL color Cylindrical-coordinate representation of color #963532: hue angle of 1.8º 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 #963532 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 53 | 50 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.41 |
| HSL | 1.8º | 0.5% | 0.39% | - |
| HSV(B) | 1.8º | 0.67% | 0.59% | - |
| XYZ | 14.43 | 9.26 | 4.04 | - |
| YUV | 81.66 | 110.14 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 50 | 0 | 0.65 | 0.67 | 0.41 | 1.8 | 0.5 | 0.39 |
| Hex | 96 | 35 | 32 | 0 | 41 | 43 | 29 | 2 | 32 | 27 |
| Octal | 226 | 65 | 62 | 0 | 101 | 103 | 51 | 2 | 62 | 47 |
| Binary | 10010110 | 110101 | 110010 | 0 | 1000001 | 1000011 | 101001 | 10 | 110010 | 100111 |
Color Harmonies of #963532
Complementary color
Monochromatic Colors of #963532
Black with #963532
Text Example
Text Example
White with #963532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963532; }
p { color: rgb(150,53,50); }
H1.HeaderClassName
{
color: #963532;
}
.AnyTagClassName
{
color: #963532;
}
</style>
background-color css
<style>
a { background-color: #963532; }
a { background-color: rgb(150,53,50); }
div.DivClassName
{
background-color: #963532;
}
.BgClassName
{
background-color: #963532;
}
</style>
border-color css
<style>
span { border-color: #963532; }
span { border-color: rgb(150,53,50); }
td.TdClassName
{
border-color: #963532;
}
.TagClassName
{
border-color: #963532;
}
</style>