Shades of Thunderbird #943C2D
Tints of Thunderbird #943C2D
RGB
CMYK
RGB Variations
Color information
#943C2D (or 0x943C2D) is known color: Thunderbird. HEX triplet: 94, 3C and 2D. RGB value is (148,60,45). Sum of RGB (Red+Green+Blue) = 148+60+45=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #943C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943C2D is #6BC3D2. Grayscale: #545454. Windows color (decimal): -7062483 or 2964628. OLE color: 2964628.
HSL color Cylindrical-coordinate representation of color #943C2D: hue angle of 8.74º 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 #943C2D is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 60 | 45 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.42 |
| HSL | 8.74º | 0.53% | 0.38% | - |
| HSV(B) | 8.74º | 0.7% | 0.58% | - |
| XYZ | 14.3 | 9.72 | 3.6 | - |
| YUV | 84.6 | 105.65 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 60 | 45 | 0 | 0.59 | 0.70 | 0.42 | 8.74 | 0.53 | 0.38 |
| Hex | 94 | 3C | 2D | 0 | 3B | 46 | 2A | 9 | 35 | 26 |
| Octal | 224 | 74 | 55 | 0 | 73 | 106 | 52 | 11 | 65 | 46 |
| Binary | 10010100 | 111100 | 101101 | 0 | 111011 | 1000110 | 101010 | 1001 | 110101 | 100110 |
Color Harmonies of #943C2D
Complementary color
Monochromatic Colors of #943C2D
Black with #943C2D
Text Example
Text Example
White with #943C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943C2D; }
p { color: rgb(148,60,45); }
H1.HeaderClassName
{
color: #943C2D;
}
.AnyTagClassName
{
color: #943C2D;
}
</style>
background-color css
<style>
a { background-color: #943C2D; }
a { background-color: rgb(148,60,45); }
div.DivClassName
{
background-color: #943C2D;
}
.BgClassName
{
background-color: #943C2D;
}
</style>
border-color css
<style>
span { border-color: #943C2D; }
span { border-color: rgb(148,60,45); }
td.TdClassName
{
border-color: #943C2D;
}
.TagClassName
{
border-color: #943C2D;
}
</style>