Shades of Thunderbird #903131
Tints of Thunderbird #903131
RGB
CMYK
RGB Variations
Color information
#903131 (or 0x903131) is known color: Thunderbird. HEX triplet: 90, 31 and 31. RGB value is (144,49,49). Sum of RGB (Red+Green+Blue) = 144+49+49=242 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.50% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 144 - color contains mainly: red. Hex color #903131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903131 is #6FCECE. Grayscale: #4D4D4D. Windows color (decimal): -7327439 or 3223952. OLE color: 3223952.
HSL color Cylindrical-coordinate representation of color #903131: hue angle of 0º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #903131 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 49 | 49 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.44 |
| HSL | 0º | 0.49% | 0.38% | - |
| HSV(B) | 0º | 0.66% | 0.56% | - |
| XYZ | 13.15 | 8.35 | 3.82 | - |
| YUV | 77.41 | 111.97 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 49 | 0 | 0.66 | 0.66 | 0.44 | 0 | 0.49 | 0.38 |
| Hex | 90 | 31 | 31 | 0 | 42 | 42 | 2C | 0 | 31 | 26 |
| Octal | 220 | 61 | 61 | 0 | 102 | 102 | 54 | 0 | 61 | 46 |
| Binary | 10010000 | 110001 | 110001 | 0 | 1000010 | 1000010 | 101100 | 0 | 110001 | 100110 |
Color Harmonies of #903131
Complementary color
Monochromatic Colors of #903131
Black with #903131
Text Example
Text Example
White with #903131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903131; }
p { color: rgb(144,49,49); }
H1.HeaderClassName
{
color: #903131;
}
.AnyTagClassName
{
color: #903131;
}
</style>
background-color css
<style>
a { background-color: #903131; }
a { background-color: rgb(144,49,49); }
div.DivClassName
{
background-color: #903131;
}
.BgClassName
{
background-color: #903131;
}
</style>
border-color css
<style>
span { border-color: #903131; }
span { border-color: rgb(144,49,49); }
td.TdClassName
{
border-color: #903131;
}
.TagClassName
{
border-color: #903131;
}
</style>