Shades of Thunderbird #933131
Tints of Thunderbird #933131
RGB
CMYK
RGB Variations
Color information
#933131 (or 0x933131) is known color: Thunderbird. HEX triplet: 93, 31 and 31. RGB value is (147,49,49). Sum of RGB (Red+Green+Blue) = 147+49+49=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #933131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933131 is #6CCECE. Grayscale: #4E4E4E. Windows color (decimal): -7130831 or 3223955. OLE color: 3223955.
HSL color Cylindrical-coordinate representation of color #933131: hue angle of 0º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #933131 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 49 | 49 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.42 |
| HSL | 0º | 0.5% | 0.38% | - |
| HSV(B) | 0º | 0.67% | 0.58% | - |
| XYZ | 13.69 | 8.62 | 3.85 | - |
| YUV | 78.3 | 111.47 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 49 | 49 | 0 | 0.67 | 0.67 | 0.42 | 0 | 0.5 | 0.38 |
| Hex | 93 | 31 | 31 | 0 | 43 | 43 | 2A | 0 | 32 | 26 |
| Octal | 223 | 61 | 61 | 0 | 103 | 103 | 52 | 0 | 62 | 46 |
| Binary | 10010011 | 110001 | 110001 | 0 | 1000011 | 1000011 | 101010 | 0 | 110010 | 100110 |
Color Harmonies of #933131
Complementary color
Monochromatic Colors of #933131
Black with #933131
Text Example
Text Example
White with #933131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933131; }
p { color: rgb(147,49,49); }
H1.HeaderClassName
{
color: #933131;
}
.AnyTagClassName
{
color: #933131;
}
</style>
background-color css
<style>
a { background-color: #933131; }
a { background-color: rgb(147,49,49); }
div.DivClassName
{
background-color: #933131;
}
.BgClassName
{
background-color: #933131;
}
</style>
border-color css
<style>
span { border-color: #933131; }
span { border-color: rgb(147,49,49); }
td.TdClassName
{
border-color: #933131;
}
.TagClassName
{
border-color: #933131;
}
</style>