Shades of Thunderbird #913A2C
Tints of Thunderbird #913A2C
RGB
CMYK
RGB Variations
Color information
#913A2C (or 0x913A2C) is known color: Thunderbird. HEX triplet: 91, 3A and 2C. RGB value is (145,58,44). Sum of RGB (Red+Green+Blue) = 145+58+44=247 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.70% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 145 - color contains mainly: red. Hex color #913A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913A2C is #6EC5D3. Grayscale: #525252. Windows color (decimal): -7259604 or 2898577. OLE color: 2898577.
HSL color Cylindrical-coordinate representation of color #913A2C: hue angle of 8.32º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #913A2C is Cyan = 0, Magento = 0.6, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 58 | 44 | - |
| CMYK | 0 | 0.6 | 0.70 | 0.43 |
| HSL | 8.32º | 0.53% | 0.37% | - |
| HSV(B) | 8.32º | 0.7% | 0.57% | - |
| XYZ | 13.64 | 9.23 | 3.44 | - |
| YUV | 82.42 | 106.32 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 58 | 44 | 0 | 0.6 | 0.70 | 0.43 | 8.32 | 0.53 | 0.37 |
| Hex | 91 | 3A | 2C | 0 | 3C | 46 | 2B | 8 | 35 | 25 |
| Octal | 221 | 72 | 54 | 0 | 74 | 106 | 53 | 10 | 65 | 45 |
| Binary | 10010001 | 111010 | 101100 | 0 | 111100 | 1000110 | 101011 | 1000 | 110101 | 100101 |
Color Harmonies of #913A2C
Complementary color
Monochromatic Colors of #913A2C
Black with #913A2C
Text Example
Text Example
White with #913A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913A2C; }
p { color: rgb(145,58,44); }
H1.HeaderClassName
{
color: #913A2C;
}
.AnyTagClassName
{
color: #913A2C;
}
</style>
background-color css
<style>
a { background-color: #913A2C; }
a { background-color: rgb(145,58,44); }
div.DivClassName
{
background-color: #913A2C;
}
.BgClassName
{
background-color: #913A2C;
}
</style>
border-color css
<style>
span { border-color: #913A2C; }
span { border-color: rgb(145,58,44); }
td.TdClassName
{
border-color: #913A2C;
}
.TagClassName
{
border-color: #913A2C;
}
</style>