Shades of Thunderbird #973B30
Tints of Thunderbird #973B30
RGB
CMYK
RGB Variations
Color information
#973B30 (or 0x973B30) is known color: Thunderbird. HEX triplet: 97, 3B and 30. RGB value is (151,59,48). Sum of RGB (Red+Green+Blue) = 151+59+48=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #973B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973B30 is #68C4CF. Grayscale: #555555. Windows color (decimal): -6866128 or 3160983. OLE color: 3160983.
HSL color Cylindrical-coordinate representation of color #973B30: hue angle of 6.41º 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 #973B30 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 59 | 48 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.41 |
| HSL | 6.41º | 0.52% | 0.39% | - |
| HSV(B) | 6.41º | 0.68% | 0.59% | - |
| XYZ | 14.86 | 9.92 | 3.93 | - |
| YUV | 85.25 | 106.98 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 48 | 0 | 0.61 | 0.68 | 0.41 | 6.41 | 0.52 | 0.39 |
| Hex | 97 | 3B | 30 | 0 | 3D | 44 | 29 | 6 | 34 | 27 |
| Octal | 227 | 73 | 60 | 0 | 75 | 104 | 51 | 6 | 64 | 47 |
| Binary | 10010111 | 111011 | 110000 | 0 | 111101 | 1000100 | 101001 | 110 | 110100 | 100111 |
Color Harmonies of #973B30
Complementary color
Monochromatic Colors of #973B30
Black with #973B30
Text Example
Text Example
White with #973B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973B30; }
p { color: rgb(151,59,48); }
H1.HeaderClassName
{
color: #973B30;
}
.AnyTagClassName
{
color: #973B30;
}
</style>
background-color css
<style>
a { background-color: #973B30; }
a { background-color: rgb(151,59,48); }
div.DivClassName
{
background-color: #973B30;
}
.BgClassName
{
background-color: #973B30;
}
</style>
border-color css
<style>
span { border-color: #973B30; }
span { border-color: rgb(151,59,48); }
td.TdClassName
{
border-color: #973B30;
}
.TagClassName
{
border-color: #973B30;
}
</style>