Shades of Thunderbird #913A2D
Tints of Thunderbird #913A2D
RGB
CMYK
RGB Variations
Color information
#913A2D (or 0x913A2D) is known color: Thunderbird. HEX triplet: 91, 3A and 2D. RGB value is (145,58,45). Sum of RGB (Red+Green+Blue) = 145+58+45=248 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.47% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 145 - color contains mainly: red. Hex color #913A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913A2D is #6EC5D2. Grayscale: #525252. Windows color (decimal): -7259603 or 2964113. OLE color: 2964113.
HSL color Cylindrical-coordinate representation of color #913A2D: hue angle of 7.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #913A2D is Cyan = 0, Magento = 0.6, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 58 | 45 | - |
| CMYK | 0 | 0.6 | 0.69 | 0.43 |
| HSL | 7.8º | 0.53% | 0.37% | - |
| HSV(B) | 7.8º | 0.69% | 0.57% | - |
| XYZ | 13.66 | 9.24 | 3.55 | - |
| YUV | 82.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 58 | 45 | 0 | 0.6 | 0.69 | 0.43 | 7.8 | 0.53 | 0.37 |
| Hex | 91 | 3A | 2D | 0 | 3C | 45 | 2B | 8 | 35 | 25 |
| Octal | 221 | 72 | 55 | 0 | 74 | 105 | 53 | 10 | 65 | 45 |
| Binary | 10010001 | 111010 | 101101 | 0 | 111100 | 1000101 | 101011 | 1000 | 110101 | 100101 |
Color Harmonies of #913A2D
Complementary color
Monochromatic Colors of #913A2D
Black with #913A2D
Text Example
Text Example
White with #913A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913A2D; }
p { color: rgb(145,58,45); }
H1.HeaderClassName
{
color: #913A2D;
}
.AnyTagClassName
{
color: #913A2D;
}
</style>
background-color css
<style>
a { background-color: #913A2D; }
a { background-color: rgb(145,58,45); }
div.DivClassName
{
background-color: #913A2D;
}
.BgClassName
{
background-color: #913A2D;
}
</style>
border-color css
<style>
span { border-color: #913A2D; }
span { border-color: rgb(145,58,45); }
td.TdClassName
{
border-color: #913A2D;
}
.TagClassName
{
border-color: #913A2D;
}
</style>