Shades of Thunderbird #90322F
Tints of Thunderbird #90322F
RGB
CMYK
RGB Variations
Color information
#90322F (or 0x90322F) is known color: Thunderbird. HEX triplet: 90, 32 and 2F. RGB value is (144,50,47). Sum of RGB (Red+Green+Blue) = 144+50+47=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #90322F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90322F is #6FCDD0. Grayscale: #4D4D4D. Windows color (decimal): -7327185 or 3093136. OLE color: 3093136.
HSL color Cylindrical-coordinate representation of color #90322F: hue angle of 1.86º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90322F is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 50 | 47 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.44 |
| HSL | 1.86º | 0.51% | 0.37% | - |
| HSV(B) | 1.86º | 0.67% | 0.56% | - |
| XYZ | 13.16 | 8.42 | 3.62 | - |
| YUV | 77.76 | 110.64 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 47 | 0 | 0.65 | 0.67 | 0.44 | 1.86 | 0.51 | 0.37 |
| Hex | 90 | 32 | 2F | 0 | 41 | 43 | 2C | 2 | 33 | 25 |
| Octal | 220 | 62 | 57 | 0 | 101 | 103 | 54 | 2 | 63 | 45 |
| Binary | 10010000 | 110010 | 101111 | 0 | 1000001 | 1000011 | 101100 | 10 | 110011 | 100101 |
Color Harmonies of #90322F
Complementary color
Monochromatic Colors of #90322F
Black with #90322F
Text Example
Text Example
White with #90322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90322F; }
p { color: rgb(144,50,47); }
H1.HeaderClassName
{
color: #90322F;
}
.AnyTagClassName
{
color: #90322F;
}
</style>
background-color css
<style>
a { background-color: #90322F; }
a { background-color: rgb(144,50,47); }
div.DivClassName
{
background-color: #90322F;
}
.BgClassName
{
background-color: #90322F;
}
</style>
border-color css
<style>
span { border-color: #90322F; }
span { border-color: rgb(144,50,47); }
td.TdClassName
{
border-color: #90322F;
}
.TagClassName
{
border-color: #90322F;
}
</style>