Shades of Thunderbird #943A2D
Tints of Thunderbird #943A2D
RGB
CMYK
RGB Variations
Color information
#943A2D (or 0x943A2D) is known color: Thunderbird. HEX triplet: 94, 3A and 2D. RGB value is (148,58,45). Sum of RGB (Red+Green+Blue) = 148+58+45=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #943A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943A2D is #6BC5D2. Grayscale: #535353. Windows color (decimal): -7062995 or 2964116. OLE color: 2964116.
HSL color Cylindrical-coordinate representation of color #943A2D: hue angle of 7.57º degrees, saturation: 0.53, 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 #943A2D is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 58 | 45 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.42 |
| HSL | 7.57º | 0.53% | 0.38% | - |
| HSV(B) | 7.57º | 0.7% | 0.58% | - |
| XYZ | 14.2 | 9.51 | 3.57 | - |
| YUV | 83.43 | 106.32 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 58 | 45 | 0 | 0.61 | 0.70 | 0.42 | 7.57 | 0.53 | 0.38 |
| Hex | 94 | 3A | 2D | 0 | 3D | 46 | 2A | 8 | 35 | 26 |
| Octal | 224 | 72 | 55 | 0 | 75 | 106 | 52 | 10 | 65 | 46 |
| Binary | 10010100 | 111010 | 101101 | 0 | 111101 | 1000110 | 101010 | 1000 | 110101 | 100110 |
Color Harmonies of #943A2D
Complementary color
Monochromatic Colors of #943A2D
Black with #943A2D
Text Example
Text Example
White with #943A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943A2D; }
p { color: rgb(148,58,45); }
H1.HeaderClassName
{
color: #943A2D;
}
.AnyTagClassName
{
color: #943A2D;
}
</style>
background-color css
<style>
a { background-color: #943A2D; }
a { background-color: rgb(148,58,45); }
div.DivClassName
{
background-color: #943A2D;
}
.BgClassName
{
background-color: #943A2D;
}
</style>
border-color css
<style>
span { border-color: #943A2D; }
span { border-color: rgb(148,58,45); }
td.TdClassName
{
border-color: #943A2D;
}
.TagClassName
{
border-color: #943A2D;
}
</style>