Shades of Thunderbird #94352C
Tints of Thunderbird #94352C
RGB
CMYK
RGB Variations
Color information
#94352C (or 0x94352C) is known color: Thunderbird. HEX triplet: 94, 35 and 2C. RGB value is (148,53,44). Sum of RGB (Red+Green+Blue) = 148+53+44=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #94352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94352C is #6BCAD3. Grayscale: #505050. Windows color (decimal): -7064276 or 2897300. OLE color: 2897300.
HSL color Cylindrical-coordinate representation of color #94352C: hue angle of 5.19º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94352C is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 53 | 44 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.42 |
| HSL | 5.19º | 0.54% | 0.38% | - |
| HSV(B) | 5.19º | 0.7% | 0.58% | - |
| XYZ | 13.94 | 9.02 | 3.39 | - |
| YUV | 80.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 53 | 44 | 0 | 0.64 | 0.70 | 0.42 | 5.19 | 0.54 | 0.38 |
| Hex | 94 | 35 | 2C | 0 | 40 | 46 | 2A | 5 | 36 | 26 |
| Octal | 224 | 65 | 54 | 0 | 100 | 106 | 52 | 5 | 66 | 46 |
| Binary | 10010100 | 110101 | 101100 | 0 | 1000000 | 1000110 | 101010 | 101 | 110110 | 100110 |
Color Harmonies of #94352C
Complementary color
Monochromatic Colors of #94352C
Black with #94352C
Text Example
Text Example
White with #94352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94352C; }
p { color: rgb(148,53,44); }
H1.HeaderClassName
{
color: #94352C;
}
.AnyTagClassName
{
color: #94352C;
}
</style>
background-color css
<style>
a { background-color: #94352C; }
a { background-color: rgb(148,53,44); }
div.DivClassName
{
background-color: #94352C;
}
.BgClassName
{
background-color: #94352C;
}
</style>
border-color css
<style>
span { border-color: #94352C; }
span { border-color: rgb(148,53,44); }
td.TdClassName
{
border-color: #94352C;
}
.TagClassName
{
border-color: #94352C;
}
</style>