Shades of Thunderbird #922F2D
Tints of Thunderbird #922F2D
RGB
CMYK
RGB Variations
Color information
#922F2D (or 0x922F2D) is known color: Thunderbird. HEX triplet: 92, 2F and 2D. RGB value is (146,47,45). Sum of RGB (Red+Green+Blue) = 146+47+45=238 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.34% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 146 - color contains mainly: red. Hex color #922F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922F2D is #6DD0D2. Grayscale: #4C4C4C. Windows color (decimal): -7196883 or 2961298. OLE color: 2961298.
HSL color Cylindrical-coordinate representation of color #922F2D: hue angle of 1.19º 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 #922F2D is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 47 | 45 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.43 |
| HSL | 1.19º | 0.53% | 0.37% | - |
| HSV(B) | 1.19º | 0.69% | 0.57% | - |
| XYZ | 13.34 | 8.33 | 3.39 | - |
| YUV | 76.37 | 110.3 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 47 | 45 | 0 | 0.68 | 0.69 | 0.43 | 1.19 | 0.53 | 0.37 |
| Hex | 92 | 2F | 2D | 0 | 44 | 45 | 2B | 1 | 35 | 25 |
| Octal | 222 | 57 | 55 | 0 | 104 | 105 | 53 | 1 | 65 | 45 |
| Binary | 10010010 | 101111 | 101101 | 0 | 1000100 | 1000101 | 101011 | 1 | 110101 | 100101 |
Color Harmonies of #922F2D
Complementary color
Monochromatic Colors of #922F2D
Black with #922F2D
Text Example
Text Example
White with #922F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922F2D; }
p { color: rgb(146,47,45); }
H1.HeaderClassName
{
color: #922F2D;
}
.AnyTagClassName
{
color: #922F2D;
}
</style>
background-color css
<style>
a { background-color: #922F2D; }
a { background-color: rgb(146,47,45); }
div.DivClassName
{
background-color: #922F2D;
}
.BgClassName
{
background-color: #922F2D;
}
</style>
border-color css
<style>
span { border-color: #922F2D; }
span { border-color: rgb(146,47,45); }
td.TdClassName
{
border-color: #922F2D;
}
.TagClassName
{
border-color: #922F2D;
}
</style>