Shades of Thunderbird #973B32
Tints of Thunderbird #973B32
RGB
CMYK
RGB Variations
Color information
#973B32 (or 0x973B32) is known color: Thunderbird. HEX triplet: 97, 3B and 32. RGB value is (151,59,50). Sum of RGB (Red+Green+Blue) = 151+59+50=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #973B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973B32 is #68C4CD. Grayscale: #555555. Windows color (decimal): -6866126 or 3292055. OLE color: 3292055.
HSL color Cylindrical-coordinate representation of color #973B32: hue angle of 5.35º 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 #973B32 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 59 | 50 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.41 |
| HSL | 5.35º | 0.5% | 0.39% | - |
| HSV(B) | 5.35º | 0.67% | 0.59% | - |
| XYZ | 14.9 | 9.94 | 4.15 | - |
| YUV | 85.48 | 107.98 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 50 | 0 | 0.61 | 0.67 | 0.41 | 5.35 | 0.5 | 0.39 |
| Hex | 97 | 3B | 32 | 0 | 3D | 43 | 29 | 5 | 32 | 27 |
| Octal | 227 | 73 | 62 | 0 | 75 | 103 | 51 | 5 | 62 | 47 |
| Binary | 10010111 | 111011 | 110010 | 0 | 111101 | 1000011 | 101001 | 101 | 110010 | 100111 |
Color Harmonies of #973B32
Complementary color
Monochromatic Colors of #973B32
Black with #973B32
Text Example
Text Example
White with #973B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973B32; }
p { color: rgb(151,59,50); }
H1.HeaderClassName
{
color: #973B32;
}
.AnyTagClassName
{
color: #973B32;
}
</style>
background-color css
<style>
a { background-color: #973B32; }
a { background-color: rgb(151,59,50); }
div.DivClassName
{
background-color: #973B32;
}
.BgClassName
{
background-color: #973B32;
}
</style>
border-color css
<style>
span { border-color: #973B32; }
span { border-color: rgb(151,59,50); }
td.TdClassName
{
border-color: #973B32;
}
.TagClassName
{
border-color: #973B32;
}
</style>