Shades of Thunderbird #933A2B
Tints of Thunderbird #933A2B
RGB
CMYK
RGB Variations
Color information
#933A2B (or 0x933A2B) is known color: Thunderbird. HEX triplet: 93, 3A and 2B. RGB value is (147,58,43). Sum of RGB (Red+Green+Blue) = 147+58+43=248 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.27% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 147 - color contains mainly: red. Hex color #933A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933A2B is #6CC5D4. Grayscale: #535353. Windows color (decimal): -7128533 or 2833043. OLE color: 2833043.
HSL color Cylindrical-coordinate representation of color #933A2B: hue angle of 8.65º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #933A2B is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 58 | 43 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.42 |
| HSL | 8.65º | 0.55% | 0.37% | - |
| HSV(B) | 8.65º | 0.71% | 0.58% | - |
| XYZ | 13.98 | 9.4 | 3.36 | - |
| YUV | 82.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 58 | 43 | 0 | 0.61 | 0.71 | 0.42 | 8.65 | 0.55 | 0.37 |
| Hex | 93 | 3A | 2B | 0 | 3D | 47 | 2A | 9 | 37 | 25 |
| Octal | 223 | 72 | 53 | 0 | 75 | 107 | 52 | 11 | 67 | 45 |
| Binary | 10010011 | 111010 | 101011 | 0 | 111101 | 1000111 | 101010 | 1001 | 110111 | 100101 |
Color Harmonies of #933A2B
Complementary color
Monochromatic Colors of #933A2B
Black with #933A2B
Text Example
Text Example
White with #933A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933A2B; }
p { color: rgb(147,58,43); }
H1.HeaderClassName
{
color: #933A2B;
}
.AnyTagClassName
{
color: #933A2B;
}
</style>
background-color css
<style>
a { background-color: #933A2B; }
a { background-color: rgb(147,58,43); }
div.DivClassName
{
background-color: #933A2B;
}
.BgClassName
{
background-color: #933A2B;
}
</style>
border-color css
<style>
span { border-color: #933A2B; }
span { border-color: rgb(147,58,43); }
td.TdClassName
{
border-color: #933A2B;
}
.TagClassName
{
border-color: #933A2B;
}
</style>