Shades of Thunderbird #912F2C
Tints of Thunderbird #912F2C
RGB
CMYK
RGB Variations
Color information
#912F2C (or 0x912F2C) is known color: Thunderbird. HEX triplet: 91, 2F and 2C. RGB value is (145,47,44). Sum of RGB (Red+Green+Blue) = 145+47+44=236 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.44% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 145 - color contains mainly: red. Hex color #912F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912F2C is #6ED0D3. Grayscale: #4C4C4C. Windows color (decimal): -7262420 or 2895761. OLE color: 2895761.
HSL color Cylindrical-coordinate representation of color #912F2C: hue angle of 1.78º 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 #912F2C is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 47 | 44 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.43 |
| HSL | 1.78º | 0.53% | 0.37% | - |
| HSV(B) | 1.78º | 0.7% | 0.57% | - |
| XYZ | 13.15 | 8.23 | 3.28 | - |
| YUV | 75.96 | 109.97 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 47 | 44 | 0 | 0.68 | 0.70 | 0.43 | 1.78 | 0.53 | 0.37 |
| Hex | 91 | 2F | 2C | 0 | 44 | 46 | 2B | 2 | 35 | 25 |
| Octal | 221 | 57 | 54 | 0 | 104 | 106 | 53 | 2 | 65 | 45 |
| Binary | 10010001 | 101111 | 101100 | 0 | 1000100 | 1000110 | 101011 | 10 | 110101 | 100101 |
Color Harmonies of #912F2C
Complementary color
Monochromatic Colors of #912F2C
Black with #912F2C
Text Example
Text Example
White with #912F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912F2C; }
p { color: rgb(145,47,44); }
H1.HeaderClassName
{
color: #912F2C;
}
.AnyTagClassName
{
color: #912F2C;
}
</style>
background-color css
<style>
a { background-color: #912F2C; }
a { background-color: rgb(145,47,44); }
div.DivClassName
{
background-color: #912F2C;
}
.BgClassName
{
background-color: #912F2C;
}
</style>
border-color css
<style>
span { border-color: #912F2C; }
span { border-color: rgb(145,47,44); }
td.TdClassName
{
border-color: #912F2C;
}
.TagClassName
{
border-color: #912F2C;
}
</style>