Shades of Thunderbird #912E2C
Tints of Thunderbird #912E2C
RGB
CMYK
RGB Variations
Color information
#912E2C (or 0x912E2C) is known color: Thunderbird. HEX triplet: 91, 2E and 2C. RGB value is (145,46,44). Sum of RGB (Red+Green+Blue) = 145+46+44=235 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.70% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 145 - color contains mainly: red. Hex color #912E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912E2C is #6ED1D3. Grayscale: #4B4B4B. Windows color (decimal): -7262676 or 2895505. OLE color: 2895505.
HSL color Cylindrical-coordinate representation of color #912E2C: 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.7%. Process color model (Four color, CMYK) of #912E2C is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 46 | 44 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.43 |
| HSL | 1.19º | 0.53% | 0.37% | - |
| HSV(B) | 1.19º | 0.7% | 0.57% | - |
| XYZ | 13.11 | 8.16 | 3.27 | - |
| YUV | 75.37 | 110.3 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 44 | 0 | 0.68 | 0.70 | 0.43 | 1.19 | 0.53 | 0.37 |
| Hex | 91 | 2E | 2C | 0 | 44 | 46 | 2B | 1 | 35 | 25 |
| Octal | 221 | 56 | 54 | 0 | 104 | 106 | 53 | 1 | 65 | 45 |
| Binary | 10010001 | 101110 | 101100 | 0 | 1000100 | 1000110 | 101011 | 1 | 110101 | 100101 |
Color Harmonies of #912E2C
Complementary color
Monochromatic Colors of #912E2C
Black with #912E2C
Text Example
Text Example
White with #912E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912E2C; }
p { color: rgb(145,46,44); }
H1.HeaderClassName
{
color: #912E2C;
}
.AnyTagClassName
{
color: #912E2C;
}
</style>
background-color css
<style>
a { background-color: #912E2C; }
a { background-color: rgb(145,46,44); }
div.DivClassName
{
background-color: #912E2C;
}
.BgClassName
{
background-color: #912E2C;
}
</style>
border-color css
<style>
span { border-color: #912E2C; }
span { border-color: rgb(145,46,44); }
td.TdClassName
{
border-color: #912E2C;
}
.TagClassName
{
border-color: #912E2C;
}
</style>