Shades of Thunderbird #933A37
Tints of Thunderbird #933A37
RGB
CMYK
RGB Variations
Color information
#933A37 (or 0x933A37) is known color: Thunderbird. HEX triplet: 93, 3A and 37. RGB value is (147,58,55). Sum of RGB (Red+Green+Blue) = 147+58+55=260 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.54% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 147 - color contains mainly: red. Hex color #933A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933A37 is #6CC5C8. Grayscale: #545454. Windows color (decimal): -7128521 or 3619475. OLE color: 3619475.
HSL color Cylindrical-coordinate representation of color #933A37: hue angle of 1.96º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #933A37 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 58 | 55 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.42 |
| HSL | 1.96º | 0.46% | 0.4% | - |
| HSV(B) | 1.96º | 0.63% | 0.58% | - |
| XYZ | 14.24 | 9.5 | 4.7 | - |
| YUV | 84.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 58 | 55 | 0 | 0.61 | 0.63 | 0.42 | 1.96 | 0.46 | 0.4 |
| Hex | 93 | 3A | 37 | 0 | 3D | 3F | 2A | 2 | 2E | 28 |
| Octal | 223 | 72 | 67 | 0 | 75 | 77 | 52 | 2 | 56 | 50 |
| Binary | 10010011 | 111010 | 110111 | 0 | 111101 | 111111 | 101010 | 10 | 101110 | 101000 |
Color Harmonies of #933A37
Complementary color
Monochromatic Colors of #933A37
Black with #933A37
Text Example
Text Example
White with #933A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933A37; }
p { color: rgb(147,58,55); }
H1.HeaderClassName
{
color: #933A37;
}
.AnyTagClassName
{
color: #933A37;
}
</style>
background-color css
<style>
a { background-color: #933A37; }
a { background-color: rgb(147,58,55); }
div.DivClassName
{
background-color: #933A37;
}
.BgClassName
{
background-color: #933A37;
}
</style>
border-color css
<style>
span { border-color: #933A37; }
span { border-color: rgb(147,58,55); }
td.TdClassName
{
border-color: #933A37;
}
.TagClassName
{
border-color: #933A37;
}
</style>