Shades of Thunderbird #90312C
Tints of Thunderbird #90312C
RGB
CMYK
RGB Variations
Color information
#90312C (or 0x90312C) is known color: Thunderbird. HEX triplet: 90, 31 and 2C. RGB value is (144,49,44). Sum of RGB (Red+Green+Blue) = 144+49+44=237 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.76% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 144 - color contains mainly: red. Hex color #90312C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90312C is #6FCED3. Grayscale: #4C4C4C. Windows color (decimal): -7327444 or 2896272. OLE color: 2896272.
HSL color Cylindrical-coordinate representation of color #90312C: hue angle of 3º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90312C is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 49 | 44 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.44 |
| HSL | 3º | 0.53% | 0.37% | - |
| HSV(B) | 3º | 0.69% | 0.56% | - |
| XYZ | 13.05 | 8.31 | 3.3 | - |
| YUV | 76.84 | 109.47 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 44 | 0 | 0.66 | 0.69 | 0.44 | 3 | 0.53 | 0.37 |
| Hex | 90 | 31 | 2C | 0 | 42 | 45 | 2C | 3 | 35 | 25 |
| Octal | 220 | 61 | 54 | 0 | 102 | 105 | 54 | 3 | 65 | 45 |
| Binary | 10010000 | 110001 | 101100 | 0 | 1000010 | 1000101 | 101100 | 11 | 110101 | 100101 |
Color Harmonies of #90312C
Complementary color
Monochromatic Colors of #90312C
Black with #90312C
Text Example
Text Example
White with #90312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90312C; }
p { color: rgb(144,49,44); }
H1.HeaderClassName
{
color: #90312C;
}
.AnyTagClassName
{
color: #90312C;
}
</style>
background-color css
<style>
a { background-color: #90312C; }
a { background-color: rgb(144,49,44); }
div.DivClassName
{
background-color: #90312C;
}
.BgClassName
{
background-color: #90312C;
}
</style>
border-color css
<style>
span { border-color: #90312C; }
span { border-color: rgb(144,49,44); }
td.TdClassName
{
border-color: #90312C;
}
.TagClassName
{
border-color: #90312C;
}
</style>