Shades of Thunderbird #922D2C
Tints of Thunderbird #922D2C
RGB
CMYK
RGB Variations
Color information
#922D2C (or 0x922D2C) is known color: Thunderbird. HEX triplet: 92, 2D and 2C. RGB value is (146,45,44). Sum of RGB (Red+Green+Blue) = 146+45+44=235 (31% of max value = 765). Red value is 146 (57.42% from 255 or 62.13% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 146 - color contains mainly: red. Hex color #922D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922D2C is #6DD2D3. Grayscale: #4B4B4B. Windows color (decimal): -7197396 or 2895250. OLE color: 2895250.
HSL color Cylindrical-coordinate representation of color #922D2C: hue angle of 0.59º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #922D2C is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 45 | 44 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.43 |
| HSL | 0.59º | 0.54% | 0.37% | - |
| HSV(B) | 0.59º | 0.7% | 0.57% | - |
| XYZ | 13.25 | 8.17 | 3.26 | - |
| YUV | 75.09 | 110.46 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 45 | 44 | 0 | 0.69 | 0.70 | 0.43 | 0.59 | 0.54 | 0.37 |
| Hex | 92 | 2D | 2C | 0 | 45 | 46 | 2B | 1 | 36 | 25 |
| Octal | 222 | 55 | 54 | 0 | 105 | 106 | 53 | 1 | 66 | 45 |
| Binary | 10010010 | 101101 | 101100 | 0 | 1000101 | 1000110 | 101011 | 1 | 110110 | 100101 |
Color Harmonies of #922D2C
Complementary color
Monochromatic Colors of #922D2C
Black with #922D2C
Text Example
Text Example
White with #922D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922D2C; }
p { color: rgb(146,45,44); }
H1.HeaderClassName
{
color: #922D2C;
}
.AnyTagClassName
{
color: #922D2C;
}
</style>
background-color css
<style>
a { background-color: #922D2C; }
a { background-color: rgb(146,45,44); }
div.DivClassName
{
background-color: #922D2C;
}
.BgClassName
{
background-color: #922D2C;
}
</style>
border-color css
<style>
span { border-color: #922D2C; }
span { border-color: rgb(146,45,44); }
td.TdClassName
{
border-color: #922D2C;
}
.TagClassName
{
border-color: #922D2C;
}
</style>