Shades of Thunderbird #973830
Tints of Thunderbird #973830
RGB
CMYK
RGB Variations
Color information
#973830 (or 0x973830) is known color: Thunderbird. HEX triplet: 97, 38 and 30. RGB value is (151,56,48). Sum of RGB (Red+Green+Blue) = 151+56+48=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #973830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973830 is #68C7CF. Grayscale: #535353. Windows color (decimal): -6866896 or 3160215. OLE color: 3160215.
HSL color Cylindrical-coordinate representation of color #973830: hue angle of 4.66º 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 #973830 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 56 | 48 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.41 |
| HSL | 4.66º | 0.52% | 0.39% | - |
| HSV(B) | 4.66º | 0.68% | 0.59% | - |
| XYZ | 14.71 | 9.62 | 3.88 | - |
| YUV | 83.49 | 107.97 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 56 | 48 | 0 | 0.63 | 0.68 | 0.41 | 4.66 | 0.52 | 0.39 |
| Hex | 97 | 38 | 30 | 0 | 3F | 44 | 29 | 5 | 34 | 27 |
| Octal | 227 | 70 | 60 | 0 | 77 | 104 | 51 | 5 | 64 | 47 |
| Binary | 10010111 | 111000 | 110000 | 0 | 111111 | 1000100 | 101001 | 101 | 110100 | 100111 |
Color Harmonies of #973830
Complementary color
Monochromatic Colors of #973830
Black with #973830
Text Example
Text Example
White with #973830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973830; }
p { color: rgb(151,56,48); }
H1.HeaderClassName
{
color: #973830;
}
.AnyTagClassName
{
color: #973830;
}
</style>
background-color css
<style>
a { background-color: #973830; }
a { background-color: rgb(151,56,48); }
div.DivClassName
{
background-color: #973830;
}
.BgClassName
{
background-color: #973830;
}
</style>
border-color css
<style>
span { border-color: #973830; }
span { border-color: rgb(151,56,48); }
td.TdClassName
{
border-color: #973830;
}
.TagClassName
{
border-color: #973830;
}
</style>