Shades of Thunderbird #94372B
Tints of Thunderbird #94372B
RGB
CMYK
RGB Variations
Color information
#94372B (or 0x94372B) is known color: Thunderbird. HEX triplet: 94, 37 and 2B. RGB value is (148,55,43). Sum of RGB (Red+Green+Blue) = 148+55+43=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #94372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94372B is #6BC8D4. Grayscale: #515151. Windows color (decimal): -7063765 or 2832276. OLE color: 2832276.
HSL color Cylindrical-coordinate representation of color #94372B: hue angle of 6.86º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94372B is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 55 | 43 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.42 |
| HSL | 6.86º | 0.55% | 0.37% | - |
| HSV(B) | 6.86º | 0.71% | 0.58% | - |
| XYZ | 14.01 | 9.2 | 3.32 | - |
| YUV | 81.44 | 106.31 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 43 | 0 | 0.63 | 0.71 | 0.42 | 6.86 | 0.55 | 0.37 |
| Hex | 94 | 37 | 2B | 0 | 3F | 47 | 2A | 7 | 37 | 25 |
| Octal | 224 | 67 | 53 | 0 | 77 | 107 | 52 | 7 | 67 | 45 |
| Binary | 10010100 | 110111 | 101011 | 0 | 111111 | 1000111 | 101010 | 111 | 110111 | 100101 |
Color Harmonies of #94372B
Complementary color
Monochromatic Colors of #94372B
Black with #94372B
Text Example
Text Example
White with #94372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94372B; }
p { color: rgb(148,55,43); }
H1.HeaderClassName
{
color: #94372B;
}
.AnyTagClassName
{
color: #94372B;
}
</style>
background-color css
<style>
a { background-color: #94372B; }
a { background-color: rgb(148,55,43); }
div.DivClassName
{
background-color: #94372B;
}
.BgClassName
{
background-color: #94372B;
}
</style>
border-color css
<style>
span { border-color: #94372B; }
span { border-color: rgb(148,55,43); }
td.TdClassName
{
border-color: #94372B;
}
.TagClassName
{
border-color: #94372B;
}
</style>