Shades of Thunderbird #913B37
Tints of Thunderbird #913B37
RGB
CMYK
RGB Variations
Color information
#913B37 (or 0x913B37) is known color: Thunderbird. HEX triplet: 91, 3B and 37. RGB value is (145,59,55). Sum of RGB (Red+Green+Blue) = 145+59+55=259 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.98% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 145 - color contains mainly: red. Hex color #913B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913B37 is #6EC4C8. Grayscale: #545454. Windows color (decimal): -7259337 or 3619729. OLE color: 3619729.
HSL color Cylindrical-coordinate representation of color #913B37: hue angle of 2.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #913B37 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 59 | 55 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.43 |
| HSL | 2.67º | 0.45% | 0.39% | - |
| HSV(B) | 2.67º | 0.62% | 0.57% | - |
| XYZ | 13.93 | 9.42 | 4.7 | - |
| YUV | 84.26 | 111.49 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 59 | 55 | 0 | 0.59 | 0.62 | 0.43 | 2.67 | 0.45 | 0.39 |
| Hex | 91 | 3B | 37 | 0 | 3B | 3E | 2B | 3 | 2D | 27 |
| Octal | 221 | 73 | 67 | 0 | 73 | 76 | 53 | 3 | 55 | 47 |
| Binary | 10010001 | 111011 | 110111 | 0 | 111011 | 111110 | 101011 | 11 | 101101 | 100111 |
Color Harmonies of #913B37
Complementary color
Monochromatic Colors of #913B37
Black with #913B37
Text Example
Text Example
White with #913B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913B37; }
p { color: rgb(145,59,55); }
H1.HeaderClassName
{
color: #913B37;
}
.AnyTagClassName
{
color: #913B37;
}
</style>
background-color css
<style>
a { background-color: #913B37; }
a { background-color: rgb(145,59,55); }
div.DivClassName
{
background-color: #913B37;
}
.BgClassName
{
background-color: #913B37;
}
</style>
border-color css
<style>
span { border-color: #913B37; }
span { border-color: rgb(145,59,55); }
td.TdClassName
{
border-color: #913B37;
}
.TagClassName
{
border-color: #913B37;
}
</style>