Shades of Thunderbird #914035
Tints of Thunderbird #914035
RGB
CMYK
RGB Variations
Color information
#914035 (or 0x914035) is known color: Thunderbird. HEX triplet: 91, 40 and 35. RGB value is (145,64,53). Sum of RGB (Red+Green+Blue) = 145+64+53=262 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.34% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 145 - color contains mainly: red. Hex color #914035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914035 is #6EBFCA. Grayscale: #575757. Windows color (decimal): -7258059 or 3489937. OLE color: 3489937.
HSL color Cylindrical-coordinate representation of color #914035: hue angle of 7.17º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #914035 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 64 | 53 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.43 |
| HSL | 7.17º | 0.46% | 0.39% | - |
| HSV(B) | 7.17º | 0.63% | 0.57% | - |
| XYZ | 14.15 | 9.94 | 4.54 | - |
| YUV | 86.97 | 108.84 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 64 | 53 | 0 | 0.56 | 0.63 | 0.43 | 7.17 | 0.46 | 0.39 |
| Hex | 91 | 40 | 35 | 0 | 38 | 3F | 2B | 7 | 2E | 27 |
| Octal | 221 | 100 | 65 | 0 | 70 | 77 | 53 | 7 | 56 | 47 |
| Binary | 10010001 | 1000000 | 110101 | 0 | 111000 | 111111 | 101011 | 111 | 101110 | 100111 |
Color Harmonies of #914035
Complementary color
Monochromatic Colors of #914035
Black with #914035
Text Example
Text Example
White with #914035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914035; }
p { color: rgb(145,64,53); }
H1.HeaderClassName
{
color: #914035;
}
.AnyTagClassName
{
color: #914035;
}
</style>
background-color css
<style>
a { background-color: #914035; }
a { background-color: rgb(145,64,53); }
div.DivClassName
{
background-color: #914035;
}
.BgClassName
{
background-color: #914035;
}
</style>
border-color css
<style>
span { border-color: #914035; }
span { border-color: rgb(145,64,53); }
td.TdClassName
{
border-color: #914035;
}
.TagClassName
{
border-color: #914035;
}
</style>