Shades of Thunderbird #973834
Tints of Thunderbird #973834
RGB
CMYK
RGB Variations
Color information
#973834 (or 0x973834) is known color: Thunderbird. HEX triplet: 97, 38 and 34. RGB value is (151,56,52). Sum of RGB (Red+Green+Blue) = 151+56+52=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #973834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973834 is #68C7CB. Grayscale: #545454. Windows color (decimal): -6866892 or 3422359. OLE color: 3422359.
HSL color Cylindrical-coordinate representation of color #973834: hue angle of 2.42º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973834 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 56 | 52 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.41 |
| HSL | 2.42º | 0.49% | 0.4% | - |
| HSV(B) | 2.42º | 0.66% | 0.59% | - |
| XYZ | 14.8 | 9.66 | 4.33 | - |
| YUV | 83.95 | 109.97 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 56 | 52 | 0 | 0.63 | 0.66 | 0.41 | 2.42 | 0.49 | 0.4 |
| Hex | 97 | 38 | 34 | 0 | 3F | 42 | 29 | 2 | 31 | 28 |
| Octal | 227 | 70 | 64 | 0 | 77 | 102 | 51 | 2 | 61 | 50 |
| Binary | 10010111 | 111000 | 110100 | 0 | 111111 | 1000010 | 101001 | 10 | 110001 | 101000 |
Color Harmonies of #973834
Complementary color
Monochromatic Colors of #973834
Black with #973834
Text Example
Text Example
White with #973834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973834; }
p { color: rgb(151,56,52); }
H1.HeaderClassName
{
color: #973834;
}
.AnyTagClassName
{
color: #973834;
}
</style>
background-color css
<style>
a { background-color: #973834; }
a { background-color: rgb(151,56,52); }
div.DivClassName
{
background-color: #973834;
}
.BgClassName
{
background-color: #973834;
}
</style>
border-color css
<style>
span { border-color: #973834; }
span { border-color: rgb(151,56,52); }
td.TdClassName
{
border-color: #973834;
}
.TagClassName
{
border-color: #973834;
}
</style>