Shades of Thunderbird #942F2C
Tints of Thunderbird #942F2C
RGB
CMYK
RGB Variations
Color information
#942F2C (or 0x942F2C) is known color: Thunderbird. HEX triplet: 94, 2F and 2C. RGB value is (148,47,44). Sum of RGB (Red+Green+Blue) = 148+47+44=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #942F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942F2C is #6BD0D3. Grayscale: #4C4C4C. Windows color (decimal): -7065812 or 2895764. OLE color: 2895764.
HSL color Cylindrical-coordinate representation of color #942F2C: hue angle of 1.73º 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 #942F2C is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 47 | 44 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.42 |
| HSL | 1.73º | 0.54% | 0.38% | - |
| HSV(B) | 1.73º | 0.7% | 0.58% | - |
| XYZ | 13.68 | 8.51 | 3.3 | - |
| YUV | 76.86 | 109.46 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 44 | 0 | 0.68 | 0.70 | 0.42 | 1.73 | 0.54 | 0.38 |
| Hex | 94 | 2F | 2C | 0 | 44 | 46 | 2A | 2 | 36 | 26 |
| Octal | 224 | 57 | 54 | 0 | 104 | 106 | 52 | 2 | 66 | 46 |
| Binary | 10010100 | 101111 | 101100 | 0 | 1000100 | 1000110 | 101010 | 10 | 110110 | 100110 |
Color Harmonies of #942F2C
Complementary color
Monochromatic Colors of #942F2C
Black with #942F2C
Text Example
Text Example
White with #942F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942F2C; }
p { color: rgb(148,47,44); }
H1.HeaderClassName
{
color: #942F2C;
}
.AnyTagClassName
{
color: #942F2C;
}
</style>
background-color css
<style>
a { background-color: #942F2C; }
a { background-color: rgb(148,47,44); }
div.DivClassName
{
background-color: #942F2C;
}
.BgClassName
{
background-color: #942F2C;
}
</style>
border-color css
<style>
span { border-color: #942F2C; }
span { border-color: rgb(148,47,44); }
td.TdClassName
{
border-color: #942F2C;
}
.TagClassName
{
border-color: #942F2C;
}
</style>