Shades of Thunderbird #90312D
Tints of Thunderbird #90312D
RGB
CMYK
RGB Variations
Color information
#90312D (or 0x90312D) is known color: Thunderbird. HEX triplet: 90, 31 and 2D. RGB value is (144,49,45). Sum of RGB (Red+Green+Blue) = 144+49+45=238 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.50% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 144 - color contains mainly: red. Hex color #90312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90312D is #6FCED2. Grayscale: #4D4D4D. Windows color (decimal): -7327443 or 2961808. OLE color: 2961808.
HSL color Cylindrical-coordinate representation of color #90312D: hue angle of 2.42º degrees, saturation: 0.52, 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 #90312D is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 49 | 45 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.44 |
| HSL | 2.42º | 0.52% | 0.37% | - |
| HSV(B) | 2.42º | 0.69% | 0.56% | - |
| XYZ | 13.07 | 8.32 | 3.4 | - |
| YUV | 76.95 | 109.97 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 45 | 0 | 0.66 | 0.69 | 0.44 | 2.42 | 0.52 | 0.37 |
| Hex | 90 | 31 | 2D | 0 | 42 | 45 | 2C | 2 | 34 | 25 |
| Octal | 220 | 61 | 55 | 0 | 102 | 105 | 54 | 2 | 64 | 45 |
| Binary | 10010000 | 110001 | 101101 | 0 | 1000010 | 1000101 | 101100 | 10 | 110100 | 100101 |
Color Harmonies of #90312D
Complementary color
Monochromatic Colors of #90312D
Black with #90312D
Text Example
Text Example
White with #90312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90312D; }
p { color: rgb(144,49,45); }
H1.HeaderClassName
{
color: #90312D;
}
.AnyTagClassName
{
color: #90312D;
}
</style>
background-color css
<style>
a { background-color: #90312D; }
a { background-color: rgb(144,49,45); }
div.DivClassName
{
background-color: #90312D;
}
.BgClassName
{
background-color: #90312D;
}
</style>
border-color css
<style>
span { border-color: #90312D; }
span { border-color: rgb(144,49,45); }
td.TdClassName
{
border-color: #90312D;
}
.TagClassName
{
border-color: #90312D;
}
</style>