Shades of Thunderbird #92322E
Tints of Thunderbird #92322E
RGB
CMYK
RGB Variations
Color information
#92322E (or 0x92322E) is known color: Thunderbird. HEX triplet: 92, 32 and 2E. RGB value is (146,50,46). Sum of RGB (Red+Green+Blue) = 146+50+46=242 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.33% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 146 - color contains mainly: red. Hex color #92322E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92322E is #6DCDD1. Grayscale: #4E4E4E. Windows color (decimal): -7196114 or 3027602. OLE color: 3027602.
HSL color Cylindrical-coordinate representation of color #92322E: hue angle of 2.4º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #92322E is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 50 | 46 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.43 |
| HSL | 2.4º | 0.52% | 0.38% | - |
| HSV(B) | 2.4º | 0.68% | 0.57% | - |
| XYZ | 13.49 | 8.59 | 3.53 | - |
| YUV | 78.25 | 109.8 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 50 | 46 | 0 | 0.66 | 0.68 | 0.43 | 2.4 | 0.52 | 0.38 |
| Hex | 92 | 32 | 2E | 0 | 42 | 44 | 2B | 2 | 34 | 26 |
| Octal | 222 | 62 | 56 | 0 | 102 | 104 | 53 | 2 | 64 | 46 |
| Binary | 10010010 | 110010 | 101110 | 0 | 1000010 | 1000100 | 101011 | 10 | 110100 | 100110 |
Color Harmonies of #92322E
Complementary color
Monochromatic Colors of #92322E
Black with #92322E
Text Example
Text Example
White with #92322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92322E; }
p { color: rgb(146,50,46); }
H1.HeaderClassName
{
color: #92322E;
}
.AnyTagClassName
{
color: #92322E;
}
</style>
background-color css
<style>
a { background-color: #92322E; }
a { background-color: rgb(146,50,46); }
div.DivClassName
{
background-color: #92322E;
}
.BgClassName
{
background-color: #92322E;
}
</style>
border-color css
<style>
span { border-color: #92322E; }
span { border-color: rgb(146,50,46); }
td.TdClassName
{
border-color: #92322E;
}
.TagClassName
{
border-color: #92322E;
}
</style>