Shades of Thunderbird #973A2D
Tints of Thunderbird #973A2D
RGB
CMYK
RGB Variations
Color information
#973A2D (or 0x973A2D) is known color: Thunderbird. HEX triplet: 97, 3A and 2D. RGB value is (151,58,45). Sum of RGB (Red+Green+Blue) = 151+58+45=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #973A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973A2D is #68C5D2. Grayscale: #545454. Windows color (decimal): -6866387 or 2964119. OLE color: 2964119.
HSL color Cylindrical-coordinate representation of color #973A2D: hue angle of 7.36º 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 #973A2D is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 58 | 45 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.41 |
| HSL | 7.36º | 0.54% | 0.38% | - |
| HSV(B) | 7.36º | 0.7% | 0.59% | - |
| XYZ | 14.75 | 9.79 | 3.6 | - |
| YUV | 84.33 | 105.81 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 45 | 0 | 0.62 | 0.70 | 0.41 | 7.36 | 0.54 | 0.38 |
| Hex | 97 | 3A | 2D | 0 | 3E | 46 | 29 | 7 | 36 | 26 |
| Octal | 227 | 72 | 55 | 0 | 76 | 106 | 51 | 7 | 66 | 46 |
| Binary | 10010111 | 111010 | 101101 | 0 | 111110 | 1000110 | 101001 | 111 | 110110 | 100110 |
Color Harmonies of #973A2D
Complementary color
Monochromatic Colors of #973A2D
Black with #973A2D
Text Example
Text Example
White with #973A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973A2D; }
p { color: rgb(151,58,45); }
H1.HeaderClassName
{
color: #973A2D;
}
.AnyTagClassName
{
color: #973A2D;
}
</style>
background-color css
<style>
a { background-color: #973A2D; }
a { background-color: rgb(151,58,45); }
div.DivClassName
{
background-color: #973A2D;
}
.BgClassName
{
background-color: #973A2D;
}
</style>
border-color css
<style>
span { border-color: #973A2D; }
span { border-color: rgb(151,58,45); }
td.TdClassName
{
border-color: #973A2D;
}
.TagClassName
{
border-color: #973A2D;
}
</style>