Shades of Thunderbird #90372C
Tints of Thunderbird #90372C
RGB
CMYK
RGB Variations
Color information
#90372C (or 0x90372C) is known color: Thunderbird. HEX triplet: 90, 37 and 2C. RGB value is (144,55,44). Sum of RGB (Red+Green+Blue) = 144+55+44=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #90372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90372C is #6FC8D3. Grayscale: #505050. Windows color (decimal): -7325908 or 2897808. OLE color: 2897808.
HSL color Cylindrical-coordinate representation of color #90372C: hue angle of 6.6º 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 #90372C is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 55 | 44 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.44 |
| HSL | 6.6º | 0.53% | 0.37% | - |
| HSV(B) | 6.6º | 0.69% | 0.56% | - |
| XYZ | 13.32 | 8.84 | 3.39 | - |
| YUV | 80.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 44 | 0 | 0.62 | 0.69 | 0.44 | 6.6 | 0.53 | 0.37 |
| Hex | 90 | 37 | 2C | 0 | 3E | 45 | 2C | 7 | 35 | 25 |
| Octal | 220 | 67 | 54 | 0 | 76 | 105 | 54 | 7 | 65 | 45 |
| Binary | 10010000 | 110111 | 101100 | 0 | 111110 | 1000101 | 101100 | 111 | 110101 | 100101 |
Color Harmonies of #90372C
Complementary color
Monochromatic Colors of #90372C
Black with #90372C
Text Example
Text Example
White with #90372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90372C; }
p { color: rgb(144,55,44); }
H1.HeaderClassName
{
color: #90372C;
}
.AnyTagClassName
{
color: #90372C;
}
</style>
background-color css
<style>
a { background-color: #90372C; }
a { background-color: rgb(144,55,44); }
div.DivClassName
{
background-color: #90372C;
}
.BgClassName
{
background-color: #90372C;
}
</style>
border-color css
<style>
span { border-color: #90372C; }
span { border-color: rgb(144,55,44); }
td.TdClassName
{
border-color: #90372C;
}
.TagClassName
{
border-color: #90372C;
}
</style>