Shades of Thunderbird #903930
Tints of Thunderbird #903930
RGB
CMYK
RGB Variations
Color information
#903930 (or 0x903930) is known color: Thunderbird. HEX triplet: 90, 39 and 30. RGB value is (144,57,48). Sum of RGB (Red+Green+Blue) = 144+57+48=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #903930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903930 is #6FC6CF. Grayscale: #525252. Windows color (decimal): -7325392 or 3160464. OLE color: 3160464.
HSL color Cylindrical-coordinate representation of color #903930: hue angle of 5.62º 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 #903930 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 57 | 48 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.44 |
| HSL | 5.63º | 0.5% | 0.38% | - |
| HSV(B) | 5.63º | 0.67% | 0.56% | - |
| XYZ | 13.5 | 9.07 | 3.84 | - |
| YUV | 81.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 57 | 48 | 0 | 0.60 | 0.67 | 0.44 | 5.63 | 0.5 | 0.38 |
| Hex | 90 | 39 | 30 | 0 | 3C | 43 | 2C | 6 | 32 | 26 |
| Octal | 220 | 71 | 60 | 0 | 74 | 103 | 54 | 6 | 62 | 46 |
| Binary | 10010000 | 111001 | 110000 | 0 | 111100 | 1000011 | 101100 | 110 | 110010 | 100110 |
Color Harmonies of #903930
Complementary color
Monochromatic Colors of #903930
Black with #903930
Text Example
Text Example
White with #903930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903930; }
p { color: rgb(144,57,48); }
H1.HeaderClassName
{
color: #903930;
}
.AnyTagClassName
{
color: #903930;
}
</style>
background-color css
<style>
a { background-color: #903930; }
a { background-color: rgb(144,57,48); }
div.DivClassName
{
background-color: #903930;
}
.BgClassName
{
background-color: #903930;
}
</style>
border-color css
<style>
span { border-color: #903930; }
span { border-color: rgb(144,57,48); }
td.TdClassName
{
border-color: #903930;
}
.TagClassName
{
border-color: #903930;
}
</style>