Shades of Thunderbird #91392D
Tints of Thunderbird #91392D
RGB
CMYK
RGB Variations
Color information
#91392D (or 0x91392D) is known color: Thunderbird. HEX triplet: 91, 39 and 2D. RGB value is (145,57,45). Sum of RGB (Red+Green+Blue) = 145+57+45=247 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.70% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 145 - color contains mainly: red. Hex color #91392D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91392D is #6EC6D2. Grayscale: #525252. Windows color (decimal): -7259859 or 2963857. OLE color: 2963857.
HSL color Cylindrical-coordinate representation of color #91392D: hue angle of 7.2º 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 #91392D is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 57 | 45 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.43 |
| HSL | 7.2º | 0.53% | 0.37% | - |
| HSV(B) | 7.2º | 0.69% | 0.57% | - |
| XYZ | 13.61 | 9.14 | 3.53 | - |
| YUV | 81.94 | 107.15 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 57 | 45 | 0 | 0.61 | 0.69 | 0.43 | 7.2 | 0.53 | 0.37 |
| Hex | 91 | 39 | 2D | 0 | 3D | 45 | 2B | 7 | 35 | 25 |
| Octal | 221 | 71 | 55 | 0 | 75 | 105 | 53 | 7 | 65 | 45 |
| Binary | 10010001 | 111001 | 101101 | 0 | 111101 | 1000101 | 101011 | 111 | 110101 | 100101 |
Color Harmonies of #91392D
Complementary color
Monochromatic Colors of #91392D
Black with #91392D
Text Example
Text Example
White with #91392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91392D; }
p { color: rgb(145,57,45); }
H1.HeaderClassName
{
color: #91392D;
}
.AnyTagClassName
{
color: #91392D;
}
</style>
background-color css
<style>
a { background-color: #91392D; }
a { background-color: rgb(145,57,45); }
div.DivClassName
{
background-color: #91392D;
}
.BgClassName
{
background-color: #91392D;
}
</style>
border-color css
<style>
span { border-color: #91392D; }
span { border-color: rgb(145,57,45); }
td.TdClassName
{
border-color: #91392D;
}
.TagClassName
{
border-color: #91392D;
}
</style>