Shades of Thunderbird #912E29
Tints of Thunderbird #912E29
RGB
CMYK
RGB Variations
Color information
#912E29 (or 0x912E29) is known color: Thunderbird. HEX triplet: 91, 2E and 29. RGB value is (145,46,41). Sum of RGB (Red+Green+Blue) = 145+46+41=232 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.5% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 145 - color contains mainly: red. Hex color #912E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912E29 is #6ED1D6. Grayscale: #4B4B4B. Windows color (decimal): -7262679 or 2698897. OLE color: 2698897.
HSL color Cylindrical-coordinate representation of color #912E29: hue angle of 2.88º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #912E29 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 46 | 41 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.43 |
| HSL | 2.88º | 0.56% | 0.36% | - |
| HSV(B) | 2.88º | 0.72% | 0.57% | - |
| XYZ | 13.05 | 8.13 | 2.98 | - |
| YUV | 75.03 | 108.8 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 41 | 0 | 0.68 | 0.72 | 0.43 | 2.88 | 0.56 | 0.36 |
| Hex | 91 | 2E | 29 | 0 | 44 | 48 | 2B | 3 | 38 | 24 |
| Octal | 221 | 56 | 51 | 0 | 104 | 110 | 53 | 3 | 70 | 44 |
| Binary | 10010001 | 101110 | 101001 | 0 | 1000100 | 1001000 | 101011 | 11 | 111000 | 100100 |
Color Harmonies of #912E29
Complementary color
Monochromatic Colors of #912E29
Black with #912E29
Text Example
Text Example
White with #912E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912E29; }
p { color: rgb(145,46,41); }
H1.HeaderClassName
{
color: #912E29;
}
.AnyTagClassName
{
color: #912E29;
}
</style>
background-color css
<style>
a { background-color: #912E29; }
a { background-color: rgb(145,46,41); }
div.DivClassName
{
background-color: #912E29;
}
.BgClassName
{
background-color: #912E29;
}
</style>
border-color css
<style>
span { border-color: #912E29; }
span { border-color: rgb(145,46,41); }
td.TdClassName
{
border-color: #912E29;
}
.TagClassName
{
border-color: #912E29;
}
</style>