Shades of Thunderbird #963A30
Tints of Thunderbird #963A30
RGB
CMYK
RGB Variations
Color information
#963A30 (or 0x963A30) is known color: Thunderbird. HEX triplet: 96, 3A and 30. RGB value is (150,58,48). Sum of RGB (Red+Green+Blue) = 150+58+48=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #963A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A30 is #69C5CF. Grayscale: #545454. Windows color (decimal): -6931920 or 3160726. OLE color: 3160726.
HSL color Cylindrical-coordinate representation of color #963A30: hue angle of 5.88º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963A30 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 48 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.41 |
| HSL | 5.88º | 0.52% | 0.39% | - |
| HSV(B) | 5.88º | 0.68% | 0.59% | - |
| XYZ | 14.62 | 9.72 | 3.9 | - |
| YUV | 84.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 48 | 0 | 0.61 | 0.68 | 0.41 | 5.88 | 0.52 | 0.39 |
| Hex | 96 | 3A | 30 | 0 | 3D | 44 | 29 | 6 | 34 | 27 |
| Octal | 226 | 72 | 60 | 0 | 75 | 104 | 51 | 6 | 64 | 47 |
| Binary | 10010110 | 111010 | 110000 | 0 | 111101 | 1000100 | 101001 | 110 | 110100 | 100111 |
Color Harmonies of #963A30
Complementary color
Monochromatic Colors of #963A30
Black with #963A30
Text Example
Text Example
White with #963A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A30; }
p { color: rgb(150,58,48); }
H1.HeaderClassName
{
color: #963A30;
}
.AnyTagClassName
{
color: #963A30;
}
</style>
background-color css
<style>
a { background-color: #963A30; }
a { background-color: rgb(150,58,48); }
div.DivClassName
{
background-color: #963A30;
}
.BgClassName
{
background-color: #963A30;
}
</style>
border-color css
<style>
span { border-color: #963A30; }
span { border-color: rgb(150,58,48); }
td.TdClassName
{
border-color: #963A30;
}
.TagClassName
{
border-color: #963A30;
}
</style>