Shades of Thunderbird #913C37
Tints of Thunderbird #913C37
RGB
CMYK
RGB Variations
Color information
#913C37 (or 0x913C37) is known color: Thunderbird. HEX triplet: 91, 3C and 37. RGB value is (145,60,55). Sum of RGB (Red+Green+Blue) = 145+60+55=260 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.77% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 145 - color contains mainly: red. Hex color #913C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913C37 is #6EC3C8. Grayscale: #545454. Windows color (decimal): -7259081 or 3619985. OLE color: 3619985.
HSL color Cylindrical-coordinate representation of color #913C37: hue angle of 3.33º 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 #913C37 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 60 | 55 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.43 |
| HSL | 3.33º | 0.45% | 0.39% | - |
| HSV(B) | 3.33º | 0.62% | 0.57% | - |
| XYZ | 13.98 | 9.53 | 4.72 | - |
| YUV | 84.85 | 111.16 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 55 | 0 | 0.59 | 0.62 | 0.43 | 3.33 | 0.45 | 0.39 |
| Hex | 91 | 3C | 37 | 0 | 3B | 3E | 2B | 3 | 2D | 27 |
| Octal | 221 | 74 | 67 | 0 | 73 | 76 | 53 | 3 | 55 | 47 |
| Binary | 10010001 | 111100 | 110111 | 0 | 111011 | 111110 | 101011 | 11 | 101101 | 100111 |
Color Harmonies of #913C37
Complementary color
Monochromatic Colors of #913C37
Black with #913C37
Text Example
Text Example
White with #913C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913C37; }
p { color: rgb(145,60,55); }
H1.HeaderClassName
{
color: #913C37;
}
.AnyTagClassName
{
color: #913C37;
}
</style>
background-color css
<style>
a { background-color: #913C37; }
a { background-color: rgb(145,60,55); }
div.DivClassName
{
background-color: #913C37;
}
.BgClassName
{
background-color: #913C37;
}
</style>
border-color css
<style>
span { border-color: #913C37; }
span { border-color: rgb(145,60,55); }
td.TdClassName
{
border-color: #913C37;
}
.TagClassName
{
border-color: #913C37;
}
</style>