Shades of Thunderbird #973C30
Tints of Thunderbird #973C30
RGB
CMYK
RGB Variations
Color information
#973C30 (or 0x973C30) is known color: Thunderbird. HEX triplet: 97, 3C and 30. RGB value is (151,60,48). Sum of RGB (Red+Green+Blue) = 151+60+48=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #973C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C30 is #68C3CF. Grayscale: #555555. Windows color (decimal): -6865872 or 3161239. OLE color: 3161239.
HSL color Cylindrical-coordinate representation of color #973C30: hue angle of 6.99º 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 #973C30 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 48 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.41 |
| HSL | 6.99º | 0.52% | 0.39% | - |
| HSV(B) | 6.99º | 0.68% | 0.59% | - |
| XYZ | 14.91 | 10.02 | 3.95 | - |
| YUV | 85.84 | 106.65 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 48 | 0 | 0.60 | 0.68 | 0.41 | 6.99 | 0.52 | 0.39 |
| Hex | 97 | 3C | 30 | 0 | 3C | 44 | 29 | 7 | 34 | 27 |
| Octal | 227 | 74 | 60 | 0 | 74 | 104 | 51 | 7 | 64 | 47 |
| Binary | 10010111 | 111100 | 110000 | 0 | 111100 | 1000100 | 101001 | 111 | 110100 | 100111 |
Color Harmonies of #973C30
Complementary color
Monochromatic Colors of #973C30
Black with #973C30
Text Example
Text Example
White with #973C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C30; }
p { color: rgb(151,60,48); }
H1.HeaderClassName
{
color: #973C30;
}
.AnyTagClassName
{
color: #973C30;
}
</style>
background-color css
<style>
a { background-color: #973C30; }
a { background-color: rgb(151,60,48); }
div.DivClassName
{
background-color: #973C30;
}
.BgClassName
{
background-color: #973C30;
}
</style>
border-color css
<style>
span { border-color: #973C30; }
span { border-color: rgb(151,60,48); }
td.TdClassName
{
border-color: #973C30;
}
.TagClassName
{
border-color: #973C30;
}
</style>