Shades of Thunderbird #90362B
Tints of Thunderbird #90362B
RGB
CMYK
RGB Variations
Color information
#90362B (or 0x90362B) is known color: Thunderbird. HEX triplet: 90, 36 and 2B. RGB value is (144,54,43). Sum of RGB (Red+Green+Blue) = 144+54+43=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #90362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90362B is #6FC9D4. Grayscale: #4F4F4F. Windows color (decimal): -7326165 or 2832016. OLE color: 2832016.
HSL color Cylindrical-coordinate representation of color #90362B: hue angle of 6.53º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90362B is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 54 | 43 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.44 |
| HSL | 6.53º | 0.54% | 0.37% | - |
| HSV(B) | 6.53º | 0.7% | 0.56% | - |
| XYZ | 13.26 | 8.74 | 3.27 | - |
| YUV | 79.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 43 | 0 | 0.63 | 0.70 | 0.44 | 6.53 | 0.54 | 0.37 |
| Hex | 90 | 36 | 2B | 0 | 3F | 46 | 2C | 7 | 36 | 25 |
| Octal | 220 | 66 | 53 | 0 | 77 | 106 | 54 | 7 | 66 | 45 |
| Binary | 10010000 | 110110 | 101011 | 0 | 111111 | 1000110 | 101100 | 111 | 110110 | 100101 |
Color Harmonies of #90362B
Complementary color
Monochromatic Colors of #90362B
Black with #90362B
Text Example
Text Example
White with #90362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90362B; }
p { color: rgb(144,54,43); }
H1.HeaderClassName
{
color: #90362B;
}
.AnyTagClassName
{
color: #90362B;
}
</style>
background-color css
<style>
a { background-color: #90362B; }
a { background-color: rgb(144,54,43); }
div.DivClassName
{
background-color: #90362B;
}
.BgClassName
{
background-color: #90362B;
}
</style>
border-color css
<style>
span { border-color: #90362B; }
span { border-color: rgb(144,54,43); }
td.TdClassName
{
border-color: #90362B;
}
.TagClassName
{
border-color: #90362B;
}
</style>