Shades of Thunderbird #973B2D
Tints of Thunderbird #973B2D
RGB
CMYK
RGB Variations
Color information
#973B2D (or 0x973B2D) is known color: Thunderbird. HEX triplet: 97, 3B and 2D. RGB value is (151,59,45). Sum of RGB (Red+Green+Blue) = 151+59+45=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #973B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973B2D is #68C4D2. Grayscale: #555555. Windows color (decimal): -6866131 or 2964375. OLE color: 2964375.
HSL color Cylindrical-coordinate representation of color #973B2D: hue angle of 7.92º 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 #973B2D is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 59 | 45 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.41 |
| HSL | 7.92º | 0.54% | 0.38% | - |
| HSV(B) | 7.92º | 0.7% | 0.59% | - |
| XYZ | 14.8 | 9.9 | 3.61 | - |
| YUV | 84.91 | 105.48 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 45 | 0 | 0.61 | 0.70 | 0.41 | 7.92 | 0.54 | 0.38 |
| Hex | 97 | 3B | 2D | 0 | 3D | 46 | 29 | 8 | 36 | 26 |
| Octal | 227 | 73 | 55 | 0 | 75 | 106 | 51 | 10 | 66 | 46 |
| Binary | 10010111 | 111011 | 101101 | 0 | 111101 | 1000110 | 101001 | 1000 | 110110 | 100110 |
Color Harmonies of #973B2D
Complementary color
Monochromatic Colors of #973B2D
Black with #973B2D
Text Example
Text Example
White with #973B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973B2D; }
p { color: rgb(151,59,45); }
H1.HeaderClassName
{
color: #973B2D;
}
.AnyTagClassName
{
color: #973B2D;
}
</style>
background-color css
<style>
a { background-color: #973B2D; }
a { background-color: rgb(151,59,45); }
div.DivClassName
{
background-color: #973B2D;
}
.BgClassName
{
background-color: #973B2D;
}
</style>
border-color css
<style>
span { border-color: #973B2D; }
span { border-color: rgb(151,59,45); }
td.TdClassName
{
border-color: #973B2D;
}
.TagClassName
{
border-color: #973B2D;
}
</style>