Shades of Thunderbird #91382D
Tints of Thunderbird #91382D
RGB
CMYK
RGB Variations
Color information
#91382D (or 0x91382D) is known color: Thunderbird. HEX triplet: 91, 38 and 2D. RGB value is (145,56,45). Sum of RGB (Red+Green+Blue) = 145+56+45=246 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.94% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 145 - color contains mainly: red. Hex color #91382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91382D is #6EC7D2. Grayscale: #515151. Windows color (decimal): -7260115 or 2963601. OLE color: 2963601.
HSL color Cylindrical-coordinate representation of color #91382D: hue angle of 6.6º 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 #91382D is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 56 | 45 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.43 |
| HSL | 6.6º | 0.53% | 0.37% | - |
| HSV(B) | 6.6º | 0.69% | 0.57% | - |
| XYZ | 13.56 | 9.04 | 3.51 | - |
| YUV | 81.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 56 | 45 | 0 | 0.61 | 0.69 | 0.43 | 6.6 | 0.53 | 0.37 |
| Hex | 91 | 38 | 2D | 0 | 3D | 45 | 2B | 7 | 35 | 25 |
| Octal | 221 | 70 | 55 | 0 | 75 | 105 | 53 | 7 | 65 | 45 |
| Binary | 10010001 | 111000 | 101101 | 0 | 111101 | 1000101 | 101011 | 111 | 110101 | 100101 |
Color Harmonies of #91382D
Complementary color
Monochromatic Colors of #91382D
Black with #91382D
Text Example
Text Example
White with #91382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91382D; }
p { color: rgb(145,56,45); }
H1.HeaderClassName
{
color: #91382D;
}
.AnyTagClassName
{
color: #91382D;
}
</style>
background-color css
<style>
a { background-color: #91382D; }
a { background-color: rgb(145,56,45); }
div.DivClassName
{
background-color: #91382D;
}
.BgClassName
{
background-color: #91382D;
}
</style>
border-color css
<style>
span { border-color: #91382D; }
span { border-color: rgb(145,56,45); }
td.TdClassName
{
border-color: #91382D;
}
.TagClassName
{
border-color: #91382D;
}
</style>