Shades of Thunderbird #903A31
Tints of Thunderbird #903A31
RGB
CMYK
RGB Variations
Color information
#903A31 (or 0x903A31) is known color: Thunderbird. HEX triplet: 90, 3A and 31. RGB value is (144,58,49). Sum of RGB (Red+Green+Blue) = 144+58+49=251 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.37% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 144 - color contains mainly: red. Hex color #903A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903A31 is #6FC5CE. Grayscale: #525252. Windows color (decimal): -7325135 or 3226256. OLE color: 3226256.
HSL color Cylindrical-coordinate representation of color #903A31: hue angle of 5.68º 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 #903A31 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 58 | 49 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.44 |
| HSL | 5.68º | 0.49% | 0.38% | - |
| HSV(B) | 5.68º | 0.66% | 0.56% | - |
| XYZ | 13.57 | 9.18 | 3.96 | - |
| YUV | 82.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 49 | 0 | 0.60 | 0.66 | 0.44 | 5.68 | 0.49 | 0.38 |
| Hex | 90 | 3A | 31 | 0 | 3C | 42 | 2C | 6 | 31 | 26 |
| Octal | 220 | 72 | 61 | 0 | 74 | 102 | 54 | 6 | 61 | 46 |
| Binary | 10010000 | 111010 | 110001 | 0 | 111100 | 1000010 | 101100 | 110 | 110001 | 100110 |
Color Harmonies of #903A31
Complementary color
Monochromatic Colors of #903A31
Black with #903A31
Text Example
Text Example
White with #903A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903A31; }
p { color: rgb(144,58,49); }
H1.HeaderClassName
{
color: #903A31;
}
.AnyTagClassName
{
color: #903A31;
}
</style>
background-color css
<style>
a { background-color: #903A31; }
a { background-color: rgb(144,58,49); }
div.DivClassName
{
background-color: #903A31;
}
.BgClassName
{
background-color: #903A31;
}
</style>
border-color css
<style>
span { border-color: #903A31; }
span { border-color: rgb(144,58,49); }
td.TdClassName
{
border-color: #903A31;
}
.TagClassName
{
border-color: #903A31;
}
</style>