Shades of Thunderbird #903030
Tints of Thunderbird #903030
RGB
CMYK
RGB Variations
Color information
#903030 (or 0x903030) is known color: Thunderbird. HEX triplet: 90, 30 and 30. RGB value is (144,48,48). Sum of RGB (Red+Green+Blue) = 144+48+48=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #903030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903030 is #6FCFCF. Grayscale: #4C4C4C. Windows color (decimal): -7327696 or 3158160. OLE color: 3158160.
HSL color Cylindrical-coordinate representation of color #903030: hue angle of 0º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903030 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 48 | 48 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.44 |
| HSL | 0º | 0.5% | 0.38% | - |
| HSV(B) | 0º | 0.67% | 0.56% | - |
| XYZ | 13.09 | 8.26 | 3.7 | - |
| YUV | 76.7 | 111.8 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 48 | 0 | 0.67 | 0.67 | 0.44 | 0 | 0.5 | 0.38 |
| Hex | 90 | 30 | 30 | 0 | 43 | 43 | 2C | 0 | 32 | 26 |
| Octal | 220 | 60 | 60 | 0 | 103 | 103 | 54 | 0 | 62 | 46 |
| Binary | 10010000 | 110000 | 110000 | 0 | 1000011 | 1000011 | 101100 | 0 | 110010 | 100110 |
Color Harmonies of #903030
Complementary color
Monochromatic Colors of #903030
Black with #903030
Text Example
Text Example
White with #903030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903030; }
p { color: rgb(144,48,48); }
H1.HeaderClassName
{
color: #903030;
}
.AnyTagClassName
{
color: #903030;
}
</style>
background-color css
<style>
a { background-color: #903030; }
a { background-color: rgb(144,48,48); }
div.DivClassName
{
background-color: #903030;
}
.BgClassName
{
background-color: #903030;
}
</style>
border-color css
<style>
span { border-color: #903030; }
span { border-color: rgb(144,48,48); }
td.TdClassName
{
border-color: #903030;
}
.TagClassName
{
border-color: #903030;
}
</style>