Shades of Thunderbird #933A2C
Tints of Thunderbird #933A2C
RGB
CMYK
RGB Variations
Color information
#933A2C (or 0x933A2C) is known color: Thunderbird. HEX triplet: 93, 3A and 2C. RGB value is (147,58,44). Sum of RGB (Red+Green+Blue) = 147+58+44=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #933A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933A2C is #6CC5D3. Grayscale: #535353. Windows color (decimal): -7128532 or 2898579. OLE color: 2898579.
HSL color Cylindrical-coordinate representation of color #933A2C: hue angle of 8.16º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #933A2C is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 58 | 44 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.42 |
| HSL | 8.16º | 0.54% | 0.37% | - |
| HSV(B) | 8.16º | 0.7% | 0.58% | - |
| XYZ | 14 | 9.41 | 3.46 | - |
| YUV | 83.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 58 | 44 | 0 | 0.61 | 0.70 | 0.42 | 8.16 | 0.54 | 0.37 |
| Hex | 93 | 3A | 2C | 0 | 3D | 46 | 2A | 8 | 36 | 25 |
| Octal | 223 | 72 | 54 | 0 | 75 | 106 | 52 | 10 | 66 | 45 |
| Binary | 10010011 | 111010 | 101100 | 0 | 111101 | 1000110 | 101010 | 1000 | 110110 | 100101 |
Color Harmonies of #933A2C
Complementary color
Monochromatic Colors of #933A2C
Black with #933A2C
Text Example
Text Example
White with #933A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933A2C; }
p { color: rgb(147,58,44); }
H1.HeaderClassName
{
color: #933A2C;
}
.AnyTagClassName
{
color: #933A2C;
}
</style>
background-color css
<style>
a { background-color: #933A2C; }
a { background-color: rgb(147,58,44); }
div.DivClassName
{
background-color: #933A2C;
}
.BgClassName
{
background-color: #933A2C;
}
</style>
border-color css
<style>
span { border-color: #933A2C; }
span { border-color: rgb(147,58,44); }
td.TdClassName
{
border-color: #933A2C;
}
.TagClassName
{
border-color: #933A2C;
}
</style>