Shades of Thunderbird #943729
Tints of Thunderbird #943729
RGB
CMYK
RGB Variations
Color information
#943729 (or 0x943729) is known color: Thunderbird. HEX triplet: 94, 37 and 29. RGB value is (148,55,41). Sum of RGB (Red+Green+Blue) = 148+55+41=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #943729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943729 is #6BC8D6. Grayscale: #515151. Windows color (decimal): -7063767 or 2701204. OLE color: 2701204.
HSL color Cylindrical-coordinate representation of color #943729: hue angle of 7.85º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #943729 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 55 | 41 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.42 |
| HSL | 7.85º | 0.57% | 0.37% | - |
| HSV(B) | 7.85º | 0.72% | 0.58% | - |
| XYZ | 13.98 | 9.19 | 3.13 | - |
| YUV | 81.21 | 105.31 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 41 | 0 | 0.63 | 0.72 | 0.42 | 7.85 | 0.57 | 0.37 |
| Hex | 94 | 37 | 29 | 0 | 3F | 48 | 2A | 8 | 39 | 25 |
| Octal | 224 | 67 | 51 | 0 | 77 | 110 | 52 | 10 | 71 | 45 |
| Binary | 10010100 | 110111 | 101001 | 0 | 111111 | 1001000 | 101010 | 1000 | 111001 | 100101 |
Color Harmonies of #943729
Complementary color
Monochromatic Colors of #943729
Black with #943729
Text Example
Text Example
White with #943729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943729; }
p { color: rgb(148,55,41); }
H1.HeaderClassName
{
color: #943729;
}
.AnyTagClassName
{
color: #943729;
}
</style>
background-color css
<style>
a { background-color: #943729; }
a { background-color: rgb(148,55,41); }
div.DivClassName
{
background-color: #943729;
}
.BgClassName
{
background-color: #943729;
}
</style>
border-color css
<style>
span { border-color: #943729; }
span { border-color: rgb(148,55,41); }
td.TdClassName
{
border-color: #943729;
}
.TagClassName
{
border-color: #943729;
}
</style>