Shades of Thunderbird #942F2D
Tints of Thunderbird #942F2D
RGB
CMYK
RGB Variations
Color information
#942F2D (or 0x942F2D) is known color: Thunderbird. HEX triplet: 94, 2F and 2D. RGB value is (148,47,45). Sum of RGB (Red+Green+Blue) = 148+47+45=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #942F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942F2D is #6BD0D2. Grayscale: #4D4D4D. Windows color (decimal): -7065811 or 2961300. OLE color: 2961300.
HSL color Cylindrical-coordinate representation of color #942F2D: hue angle of 1.17º 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 #942F2D is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 47 | 45 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.42 |
| HSL | 1.17º | 0.53% | 0.38% | - |
| HSV(B) | 1.17º | 0.7% | 0.58% | - |
| XYZ | 13.7 | 8.52 | 3.4 | - |
| YUV | 76.97 | 109.96 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 45 | 0 | 0.68 | 0.70 | 0.42 | 1.17 | 0.53 | 0.38 |
| Hex | 94 | 2F | 2D | 0 | 44 | 46 | 2A | 1 | 35 | 26 |
| Octal | 224 | 57 | 55 | 0 | 104 | 106 | 52 | 1 | 65 | 46 |
| Binary | 10010100 | 101111 | 101101 | 0 | 1000100 | 1000110 | 101010 | 1 | 110101 | 100110 |
Color Harmonies of #942F2D
Complementary color
Monochromatic Colors of #942F2D
Black with #942F2D
Text Example
Text Example
White with #942F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942F2D; }
p { color: rgb(148,47,45); }
H1.HeaderClassName
{
color: #942F2D;
}
.AnyTagClassName
{
color: #942F2D;
}
</style>
background-color css
<style>
a { background-color: #942F2D; }
a { background-color: rgb(148,47,45); }
div.DivClassName
{
background-color: #942F2D;
}
.BgClassName
{
background-color: #942F2D;
}
</style>
border-color css
<style>
span { border-color: #942F2D; }
span { border-color: rgb(148,47,45); }
td.TdClassName
{
border-color: #942F2D;
}
.TagClassName
{
border-color: #942F2D;
}
</style>