Shades of Thunderbird #90372E
Tints of Thunderbird #90372E
RGB
CMYK
RGB Variations
Color information
#90372E (or 0x90372E) is known color: Thunderbird. HEX triplet: 90, 37 and 2E. RGB value is (144,55,46). Sum of RGB (Red+Green+Blue) = 144+55+46=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #90372E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90372E is #6FC8D1. Grayscale: #505050. Windows color (decimal): -7325906 or 3028880. OLE color: 3028880.
HSL color Cylindrical-coordinate representation of color #90372E: hue angle of 5.51º 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 #90372E is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 55 | 46 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.44 |
| HSL | 5.51º | 0.52% | 0.37% | - |
| HSV(B) | 5.51º | 0.68% | 0.56% | - |
| XYZ | 13.36 | 8.86 | 3.59 | - |
| YUV | 80.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 46 | 0 | 0.62 | 0.68 | 0.44 | 5.51 | 0.52 | 0.37 |
| Hex | 90 | 37 | 2E | 0 | 3E | 44 | 2C | 6 | 34 | 25 |
| Octal | 220 | 67 | 56 | 0 | 76 | 104 | 54 | 6 | 64 | 45 |
| Binary | 10010000 | 110111 | 101110 | 0 | 111110 | 1000100 | 101100 | 110 | 110100 | 100101 |
Color Harmonies of #90372E
Complementary color
Monochromatic Colors of #90372E
Black with #90372E
Text Example
Text Example
White with #90372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90372E; }
p { color: rgb(144,55,46); }
H1.HeaderClassName
{
color: #90372E;
}
.AnyTagClassName
{
color: #90372E;
}
</style>
background-color css
<style>
a { background-color: #90372E; }
a { background-color: rgb(144,55,46); }
div.DivClassName
{
background-color: #90372E;
}
.BgClassName
{
background-color: #90372E;
}
</style>
border-color css
<style>
span { border-color: #90372E; }
span { border-color: rgb(144,55,46); }
td.TdClassName
{
border-color: #90372E;
}
.TagClassName
{
border-color: #90372E;
}
</style>