Shades of Thunderbird #943A2C
Tints of Thunderbird #943A2C
RGB
CMYK
RGB Variations
Color information
#943A2C (or 0x943A2C) is known color: Thunderbird. HEX triplet: 94, 3A and 2C. RGB value is (148,58,44). Sum of RGB (Red+Green+Blue) = 148+58+44=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #943A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943A2C is #6BC5D3. Grayscale: #535353. Windows color (decimal): -7062996 or 2898580. OLE color: 2898580.
HSL color Cylindrical-coordinate representation of color #943A2C: hue angle of 8.08º 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 #943A2C is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 58 | 44 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.42 |
| HSL | 8.08º | 0.54% | 0.38% | - |
| HSV(B) | 8.08º | 0.7% | 0.58% | - |
| XYZ | 14.18 | 9.5 | 3.47 | - |
| YUV | 83.31 | 105.82 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 58 | 44 | 0 | 0.61 | 0.70 | 0.42 | 8.08 | 0.54 | 0.38 |
| Hex | 94 | 3A | 2C | 0 | 3D | 46 | 2A | 8 | 36 | 26 |
| Octal | 224 | 72 | 54 | 0 | 75 | 106 | 52 | 10 | 66 | 46 |
| Binary | 10010100 | 111010 | 101100 | 0 | 111101 | 1000110 | 101010 | 1000 | 110110 | 100110 |
Color Harmonies of #943A2C
Complementary color
Monochromatic Colors of #943A2C
Black with #943A2C
Text Example
Text Example
White with #943A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943A2C; }
p { color: rgb(148,58,44); }
H1.HeaderClassName
{
color: #943A2C;
}
.AnyTagClassName
{
color: #943A2C;
}
</style>
background-color css
<style>
a { background-color: #943A2C; }
a { background-color: rgb(148,58,44); }
div.DivClassName
{
background-color: #943A2C;
}
.BgClassName
{
background-color: #943A2C;
}
</style>
border-color css
<style>
span { border-color: #943A2C; }
span { border-color: rgb(148,58,44); }
td.TdClassName
{
border-color: #943A2C;
}
.TagClassName
{
border-color: #943A2C;
}
</style>