Shades of Thunderbird #90352C
Tints of Thunderbird #90352C
RGB
CMYK
RGB Variations
Color information
#90352C (or 0x90352C) is known color: Thunderbird. HEX triplet: 90, 35 and 2C. RGB value is (144,53,44). Sum of RGB (Red+Green+Blue) = 144+53+44=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #90352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90352C is #6FCAD3. Grayscale: #4F4F4F. Windows color (decimal): -7326420 or 2897296. OLE color: 2897296.
HSL color Cylindrical-coordinate representation of color #90352C: hue angle of 5.4º 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 #90352C is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 44 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.44 |
| HSL | 5.4º | 0.53% | 0.37% | - |
| HSV(B) | 5.4º | 0.69% | 0.56% | - |
| XYZ | 13.23 | 8.66 | 3.36 | - |
| YUV | 79.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 44 | 0 | 0.63 | 0.69 | 0.44 | 5.4 | 0.53 | 0.37 |
| Hex | 90 | 35 | 2C | 0 | 3F | 45 | 2C | 5 | 35 | 25 |
| Octal | 220 | 65 | 54 | 0 | 77 | 105 | 54 | 5 | 65 | 45 |
| Binary | 10010000 | 110101 | 101100 | 0 | 111111 | 1000101 | 101100 | 101 | 110101 | 100101 |
Color Harmonies of #90352C
Complementary color
Monochromatic Colors of #90352C
Black with #90352C
Text Example
Text Example
White with #90352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90352C; }
p { color: rgb(144,53,44); }
H1.HeaderClassName
{
color: #90352C;
}
.AnyTagClassName
{
color: #90352C;
}
</style>
background-color css
<style>
a { background-color: #90352C; }
a { background-color: rgb(144,53,44); }
div.DivClassName
{
background-color: #90352C;
}
.BgClassName
{
background-color: #90352C;
}
</style>
border-color css
<style>
span { border-color: #90352C; }
span { border-color: rgb(144,53,44); }
td.TdClassName
{
border-color: #90352C;
}
.TagClassName
{
border-color: #90352C;
}
</style>