Shades of Thunderbird #90362E
Tints of Thunderbird #90362E
RGB
CMYK
RGB Variations
Color information
#90362E (or 0x90362E) is known color: Thunderbird. HEX triplet: 90, 36 and 2E. RGB value is (144,54,46). Sum of RGB (Red+Green+Blue) = 144+54+46=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #90362E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90362E is #6FC9D1. Grayscale: #505050. Windows color (decimal): -7326162 or 3028624. OLE color: 3028624.
HSL color Cylindrical-coordinate representation of color #90362E: hue angle of 4.9º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90362E is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 54 | 46 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.44 |
| HSL | 4.9º | 0.52% | 0.37% | - |
| HSV(B) | 4.9º | 0.68% | 0.56% | - |
| XYZ | 13.31 | 8.76 | 3.57 | - |
| YUV | 80 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 46 | 0 | 0.63 | 0.68 | 0.44 | 4.9 | 0.52 | 0.37 |
| Hex | 90 | 36 | 2E | 0 | 3F | 44 | 2C | 5 | 34 | 25 |
| Octal | 220 | 66 | 56 | 0 | 77 | 104 | 54 | 5 | 64 | 45 |
| Binary | 10010000 | 110110 | 101110 | 0 | 111111 | 1000100 | 101100 | 101 | 110100 | 100101 |
Color Harmonies of #90362E
Complementary color
Monochromatic Colors of #90362E
Black with #90362E
Text Example
Text Example
White with #90362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90362E; }
p { color: rgb(144,54,46); }
H1.HeaderClassName
{
color: #90362E;
}
.AnyTagClassName
{
color: #90362E;
}
</style>
background-color css
<style>
a { background-color: #90362E; }
a { background-color: rgb(144,54,46); }
div.DivClassName
{
background-color: #90362E;
}
.BgClassName
{
background-color: #90362E;
}
</style>
border-color css
<style>
span { border-color: #90362E; }
span { border-color: rgb(144,54,46); }
td.TdClassName
{
border-color: #90362E;
}
.TagClassName
{
border-color: #90362E;
}
</style>