Shades of Thunderbird #943532
Tints of Thunderbird #943532
RGB
CMYK
RGB Variations
Color information
#943532 (or 0x943532) is known color: Thunderbird. HEX triplet: 94, 35 and 32. RGB value is (148,53,50). Sum of RGB (Red+Green+Blue) = 148+53+50=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #943532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943532 is #6BCACD. Grayscale: #515151. Windows color (decimal): -7064270 or 3290516. OLE color: 3290516.
HSL color Cylindrical-coordinate representation of color #943532: hue angle of 1.84º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943532 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 53 | 50 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.42 |
| HSL | 1.84º | 0.49% | 0.39% | - |
| HSV(B) | 1.84º | 0.66% | 0.58% | - |
| XYZ | 14.06 | 9.07 | 4.03 | - |
| YUV | 81.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 53 | 50 | 0 | 0.64 | 0.66 | 0.42 | 1.84 | 0.49 | 0.39 |
| Hex | 94 | 35 | 32 | 0 | 40 | 42 | 2A | 2 | 31 | 27 |
| Octal | 224 | 65 | 62 | 0 | 100 | 102 | 52 | 2 | 61 | 47 |
| Binary | 10010100 | 110101 | 110010 | 0 | 1000000 | 1000010 | 101010 | 10 | 110001 | 100111 |
Color Harmonies of #943532
Complementary color
Monochromatic Colors of #943532
Black with #943532
Text Example
Text Example
White with #943532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943532; }
p { color: rgb(148,53,50); }
H1.HeaderClassName
{
color: #943532;
}
.AnyTagClassName
{
color: #943532;
}
</style>
background-color css
<style>
a { background-color: #943532; }
a { background-color: rgb(148,53,50); }
div.DivClassName
{
background-color: #943532;
}
.BgClassName
{
background-color: #943532;
}
</style>
border-color css
<style>
span { border-color: #943532; }
span { border-color: rgb(148,53,50); }
td.TdClassName
{
border-color: #943532;
}
.TagClassName
{
border-color: #943532;
}
</style>