Shades of Thunderbird #913B39
Tints of Thunderbird #913B39
RGB
CMYK
RGB Variations
Color information
#913B39 (or 0x913B39) is known color: Thunderbird. HEX triplet: 91, 3B and 39. RGB value is (145,59,57). Sum of RGB (Red+Green+Blue) = 145+59+57=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #913B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913B39 is #6EC4C6. Grayscale: #545454. Windows color (decimal): -7259335 or 3750801. OLE color: 3750801.
HSL color Cylindrical-coordinate representation of color #913B39: hue angle of 1.36º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #913B39 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 59 | 57 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.43 |
| HSL | 1.36º | 0.44% | 0.4% | - |
| HSV(B) | 1.36º | 0.61% | 0.57% | - |
| XYZ | 13.98 | 9.44 | 4.96 | - |
| YUV | 84.49 | 112.49 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 59 | 57 | 0 | 0.59 | 0.61 | 0.43 | 1.36 | 0.44 | 0.4 |
| Hex | 91 | 3B | 39 | 0 | 3B | 3D | 2B | 1 | 2C | 28 |
| Octal | 221 | 73 | 71 | 0 | 73 | 75 | 53 | 1 | 54 | 50 |
| Binary | 10010001 | 111011 | 111001 | 0 | 111011 | 111101 | 101011 | 1 | 101100 | 101000 |
Color Harmonies of #913B39
Complementary color
Monochromatic Colors of #913B39
Black with #913B39
Text Example
Text Example
White with #913B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913B39; }
p { color: rgb(145,59,57); }
H1.HeaderClassName
{
color: #913B39;
}
.AnyTagClassName
{
color: #913B39;
}
</style>
background-color css
<style>
a { background-color: #913B39; }
a { background-color: rgb(145,59,57); }
div.DivClassName
{
background-color: #913B39;
}
.BgClassName
{
background-color: #913B39;
}
</style>
border-color css
<style>
span { border-color: #913B39; }
span { border-color: rgb(145,59,57); }
td.TdClassName
{
border-color: #913B39;
}
.TagClassName
{
border-color: #913B39;
}
</style>