Shades of Thunderbird #90342A
Tints of Thunderbird #90342A
RGB
CMYK
RGB Variations
Color information
#90342A (or 0x90342A) is known color: Thunderbird. HEX triplet: 90, 34 and 2A. RGB value is (144,52,42). Sum of RGB (Red+Green+Blue) = 144+52+42=238 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.50% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 144 - color contains mainly: red. Hex color #90342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90342A is #6FCBD5. Grayscale: #4E4E4E. Windows color (decimal): -7326678 or 2765968. OLE color: 2765968.
HSL color Cylindrical-coordinate representation of color #90342A: hue angle of 5.88º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90342A is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 52 | 42 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.44 |
| HSL | 5.88º | 0.55% | 0.36% | - |
| HSV(B) | 5.88º | 0.71% | 0.56% | - |
| XYZ | 13.15 | 8.55 | 3.15 | - |
| YUV | 78.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 52 | 42 | 0 | 0.64 | 0.71 | 0.44 | 5.88 | 0.55 | 0.36 |
| Hex | 90 | 34 | 2A | 0 | 40 | 47 | 2C | 6 | 37 | 24 |
| Octal | 220 | 64 | 52 | 0 | 100 | 107 | 54 | 6 | 67 | 44 |
| Binary | 10010000 | 110100 | 101010 | 0 | 1000000 | 1000111 | 101100 | 110 | 110111 | 100100 |
Color Harmonies of #90342A
Complementary color
Monochromatic Colors of #90342A
Black with #90342A
Text Example
Text Example
White with #90342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90342A; }
p { color: rgb(144,52,42); }
H1.HeaderClassName
{
color: #90342A;
}
.AnyTagClassName
{
color: #90342A;
}
</style>
background-color css
<style>
a { background-color: #90342A; }
a { background-color: rgb(144,52,42); }
div.DivClassName
{
background-color: #90342A;
}
.BgClassName
{
background-color: #90342A;
}
</style>
border-color css
<style>
span { border-color: #90342A; }
span { border-color: rgb(144,52,42); }
td.TdClassName
{
border-color: #90342A;
}
.TagClassName
{
border-color: #90342A;
}
</style>