Shades of Thunderbird #963A2D
Tints of Thunderbird #963A2D
RGB
CMYK
RGB Variations
Color information
#963A2D (or 0x963A2D) is known color: Thunderbird. HEX triplet: 96, 3A and 2D. RGB value is (150,58,45). Sum of RGB (Red+Green+Blue) = 150+58+45=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #963A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A2D is #69C5D2. Grayscale: #545454. Windows color (decimal): -6931923 or 2964118. OLE color: 2964118.
HSL color Cylindrical-coordinate representation of color #963A2D: hue angle of 7.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #963A2D is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 45 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.41 |
| HSL | 7.43º | 0.54% | 0.38% | - |
| HSV(B) | 7.43º | 0.7% | 0.59% | - |
| XYZ | 14.56 | 9.7 | 3.59 | - |
| YUV | 84.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 45 | 0 | 0.61 | 0.70 | 0.41 | 7.43 | 0.54 | 0.38 |
| Hex | 96 | 3A | 2D | 0 | 3D | 46 | 29 | 7 | 36 | 26 |
| Octal | 226 | 72 | 55 | 0 | 75 | 106 | 51 | 7 | 66 | 46 |
| Binary | 10010110 | 111010 | 101101 | 0 | 111101 | 1000110 | 101001 | 111 | 110110 | 100110 |
Color Harmonies of #963A2D
Complementary color
Monochromatic Colors of #963A2D
Black with #963A2D
Text Example
Text Example
White with #963A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A2D; }
p { color: rgb(150,58,45); }
H1.HeaderClassName
{
color: #963A2D;
}
.AnyTagClassName
{
color: #963A2D;
}
</style>
background-color css
<style>
a { background-color: #963A2D; }
a { background-color: rgb(150,58,45); }
div.DivClassName
{
background-color: #963A2D;
}
.BgClassName
{
background-color: #963A2D;
}
</style>
border-color css
<style>
span { border-color: #963A2D; }
span { border-color: rgb(150,58,45); }
td.TdClassName
{
border-color: #963A2D;
}
.TagClassName
{
border-color: #963A2D;
}
</style>