Shades of Thunderbird #96382B
Tints of Thunderbird #96382B
RGB
CMYK
RGB Variations
Color information
#96382B (or 0x96382B) is known color: Thunderbird. HEX triplet: 96, 38 and 2B. RGB value is (150,56,43). Sum of RGB (Red+Green+Blue) = 150+56+43=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #96382B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96382B is #69C7D4. Grayscale: #525252. Windows color (decimal): -6932437 or 2832534. OLE color: 2832534.
HSL color Cylindrical-coordinate representation of color #96382B: hue angle of 7.29º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96382B is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 56 | 43 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.41 |
| HSL | 7.29º | 0.55% | 0.38% | - |
| HSV(B) | 7.29º | 0.71% | 0.59% | - |
| XYZ | 14.43 | 9.49 | 3.36 | - |
| YUV | 82.62 | 105.64 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 56 | 43 | 0 | 0.63 | 0.71 | 0.41 | 7.29 | 0.55 | 0.38 |
| Hex | 96 | 38 | 2B | 0 | 3F | 47 | 29 | 7 | 37 | 26 |
| Octal | 226 | 70 | 53 | 0 | 77 | 107 | 51 | 7 | 67 | 46 |
| Binary | 10010110 | 111000 | 101011 | 0 | 111111 | 1000111 | 101001 | 111 | 110111 | 100110 |
Color Harmonies of #96382B
Complementary color
Monochromatic Colors of #96382B
Black with #96382B
Text Example
Text Example
White with #96382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96382B; }
p { color: rgb(150,56,43); }
H1.HeaderClassName
{
color: #96382B;
}
.AnyTagClassName
{
color: #96382B;
}
</style>
background-color css
<style>
a { background-color: #96382B; }
a { background-color: rgb(150,56,43); }
div.DivClassName
{
background-color: #96382B;
}
.BgClassName
{
background-color: #96382B;
}
</style>
border-color css
<style>
span { border-color: #96382B; }
span { border-color: rgb(150,56,43); }
td.TdClassName
{
border-color: #96382B;
}
.TagClassName
{
border-color: #96382B;
}
</style>