Shades of Thunderbird #973A32
Tints of Thunderbird #973A32
RGB
CMYK
RGB Variations
Color information
#973A32 (or 0x973A32) is known color: Thunderbird. HEX triplet: 97, 3A and 32. RGB value is (151,58,50). Sum of RGB (Red+Green+Blue) = 151+58+50=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #973A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973A32 is #68C5CD. Grayscale: #555555. Windows color (decimal): -6866382 or 3291799. OLE color: 3291799.
HSL color Cylindrical-coordinate representation of color #973A32: hue angle of 4.75º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973A32 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 58 | 50 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.41 |
| HSL | 4.75º | 0.5% | 0.39% | - |
| HSV(B) | 4.75º | 0.67% | 0.59% | - |
| XYZ | 14.85 | 9.84 | 4.13 | - |
| YUV | 84.9 | 108.31 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 50 | 0 | 0.62 | 0.67 | 0.41 | 4.75 | 0.5 | 0.39 |
| Hex | 97 | 3A | 32 | 0 | 3E | 43 | 29 | 5 | 32 | 27 |
| Octal | 227 | 72 | 62 | 0 | 76 | 103 | 51 | 5 | 62 | 47 |
| Binary | 10010111 | 111010 | 110010 | 0 | 111110 | 1000011 | 101001 | 101 | 110010 | 100111 |
Color Harmonies of #973A32
Complementary color
Monochromatic Colors of #973A32
Black with #973A32
Text Example
Text Example
White with #973A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973A32; }
p { color: rgb(151,58,50); }
H1.HeaderClassName
{
color: #973A32;
}
.AnyTagClassName
{
color: #973A32;
}
</style>
background-color css
<style>
a { background-color: #973A32; }
a { background-color: rgb(151,58,50); }
div.DivClassName
{
background-color: #973A32;
}
.BgClassName
{
background-color: #973A32;
}
</style>
border-color css
<style>
span { border-color: #973A32; }
span { border-color: rgb(151,58,50); }
td.TdClassName
{
border-color: #973A32;
}
.TagClassName
{
border-color: #973A32;
}
</style>