Shades of Thunderbird #94332C
Tints of Thunderbird #94332C
RGB
CMYK
RGB Variations
Color information
#94332C (or 0x94332C) is known color: Thunderbird. HEX triplet: 94, 33 and 2C. RGB value is (148,51,44). Sum of RGB (Red+Green+Blue) = 148+51+44=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #94332C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94332C is #6BCCD3. Grayscale: #4F4F4F. Windows color (decimal): -7064788 or 2896788. OLE color: 2896788.
HSL color Cylindrical-coordinate representation of color #94332C: hue angle of 4.04º 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 #94332C is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 51 | 44 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.42 |
| HSL | 4.04º | 0.54% | 0.38% | - |
| HSV(B) | 4.04º | 0.7% | 0.58% | - |
| XYZ | 13.85 | 8.85 | 3.36 | - |
| YUV | 79.21 | 108.14 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 51 | 44 | 0 | 0.66 | 0.70 | 0.42 | 4.04 | 0.54 | 0.38 |
| Hex | 94 | 33 | 2C | 0 | 42 | 46 | 2A | 4 | 36 | 26 |
| Octal | 224 | 63 | 54 | 0 | 102 | 106 | 52 | 4 | 66 | 46 |
| Binary | 10010100 | 110011 | 101100 | 0 | 1000010 | 1000110 | 101010 | 100 | 110110 | 100110 |
Color Harmonies of #94332C
Complementary color
Monochromatic Colors of #94332C
Black with #94332C
Text Example
Text Example
White with #94332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94332C; }
p { color: rgb(148,51,44); }
H1.HeaderClassName
{
color: #94332C;
}
.AnyTagClassName
{
color: #94332C;
}
</style>
background-color css
<style>
a { background-color: #94332C; }
a { background-color: rgb(148,51,44); }
div.DivClassName
{
background-color: #94332C;
}
.BgClassName
{
background-color: #94332C;
}
</style>
border-color css
<style>
span { border-color: #94332C; }
span { border-color: rgb(148,51,44); }
td.TdClassName
{
border-color: #94332C;
}
.TagClassName
{
border-color: #94332C;
}
</style>