Shades of Thunderbird #903333
Tints of Thunderbird #903333
RGB
CMYK
RGB Variations
Color information
#903333 (or 0x903333) is known color: Thunderbird. HEX triplet: 90, 33 and 33. RGB value is (144,51,51). Sum of RGB (Red+Green+Blue) = 144+51+51=246 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.54% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 144 - color contains mainly: red. Hex color #903333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903333 is #6FCCCC. Grayscale: #4E4E4E. Windows color (decimal): -7326925 or 3355536. OLE color: 3355536.
HSL color Cylindrical-coordinate representation of color #903333: hue angle of 0º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #903333 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 51 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.44 |
| HSL | 0º | 0.48% | 0.38% | - |
| HSV(B) | 0º | 0.65% | 0.56% | - |
| XYZ | 13.28 | 8.54 | 4.08 | - |
| YUV | 78.81 | 112.31 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 51 | 0 | 0.65 | 0.65 | 0.44 | 0 | 0.48 | 0.38 |
| Hex | 90 | 33 | 33 | 0 | 41 | 41 | 2C | 0 | 30 | 26 |
| Octal | 220 | 63 | 63 | 0 | 101 | 101 | 54 | 0 | 60 | 46 |
| Binary | 10010000 | 110011 | 110011 | 0 | 1000001 | 1000001 | 101100 | 0 | 110000 | 100110 |
Color Harmonies of #903333
Complementary color
Monochromatic Colors of #903333
Black with #903333
Text Example
Text Example
White with #903333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903333; }
p { color: rgb(144,51,51); }
H1.HeaderClassName
{
color: #903333;
}
.AnyTagClassName
{
color: #903333;
}
</style>
background-color css
<style>
a { background-color: #903333; }
a { background-color: rgb(144,51,51); }
div.DivClassName
{
background-color: #903333;
}
.BgClassName
{
background-color: #903333;
}
</style>
border-color css
<style>
span { border-color: #903333; }
span { border-color: rgb(144,51,51); }
td.TdClassName
{
border-color: #903333;
}
.TagClassName
{
border-color: #903333;
}
</style>