Shades of Thunderbird #973829
Tints of Thunderbird #973829
RGB
CMYK
RGB Variations
Color information
#973829 (or 0x973829) is known color: Thunderbird. HEX triplet: 97, 38 and 29. RGB value is (151,56,41). Sum of RGB (Red+Green+Blue) = 151+56+41=248 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.89% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 151 - color contains mainly: red. Hex color #973829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973829 is #68C7D6. Grayscale: #525252. Windows color (decimal): -6866903 or 2701463. OLE color: 2701463.
HSL color Cylindrical-coordinate representation of color #973829: hue angle of 8.18º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #973829 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 56 | 41 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.41 |
| HSL | 8.18º | 0.57% | 0.38% | - |
| HSV(B) | 8.18º | 0.73% | 0.59% | - |
| XYZ | 14.58 | 9.57 | 3.18 | - |
| YUV | 82.7 | 104.47 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 56 | 41 | 0 | 0.63 | 0.73 | 0.41 | 8.18 | 0.57 | 0.38 |
| Hex | 97 | 38 | 29 | 0 | 3F | 49 | 29 | 8 | 39 | 26 |
| Octal | 227 | 70 | 51 | 0 | 77 | 111 | 51 | 10 | 71 | 46 |
| Binary | 10010111 | 111000 | 101001 | 0 | 111111 | 1001001 | 101001 | 1000 | 111001 | 100110 |
Color Harmonies of #973829
Complementary color
Monochromatic Colors of #973829
Black with #973829
Text Example
Text Example
White with #973829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973829; }
p { color: rgb(151,56,41); }
H1.HeaderClassName
{
color: #973829;
}
.AnyTagClassName
{
color: #973829;
}
</style>
background-color css
<style>
a { background-color: #973829; }
a { background-color: rgb(151,56,41); }
div.DivClassName
{
background-color: #973829;
}
.BgClassName
{
background-color: #973829;
}
</style>
border-color css
<style>
span { border-color: #973829; }
span { border-color: rgb(151,56,41); }
td.TdClassName
{
border-color: #973829;
}
.TagClassName
{
border-color: #973829;
}
</style>