Shades of Thunderbird #903A30
Tints of Thunderbird #903A30
RGB
CMYK
RGB Variations
Color information
#903A30 (or 0x903A30) is known color: Thunderbird. HEX triplet: 90, 3A and 30. RGB value is (144,58,48). Sum of RGB (Red+Green+Blue) = 144+58+48=250 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.6% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 144 - color contains mainly: red. Hex color #903A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903A30 is #6FC5CF. Grayscale: #525252. Windows color (decimal): -7325136 or 3160720. OLE color: 3160720.
HSL color Cylindrical-coordinate representation of color #903A30: hue angle of 6.25º 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 #903A30 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 58 | 48 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.44 |
| HSL | 6.25º | 0.5% | 0.38% | - |
| HSV(B) | 6.25º | 0.67% | 0.56% | - |
| XYZ | 13.55 | 9.17 | 3.85 | - |
| YUV | 82.57 | 108.49 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 48 | 0 | 0.60 | 0.67 | 0.44 | 6.25 | 0.5 | 0.38 |
| Hex | 90 | 3A | 30 | 0 | 3C | 43 | 2C | 6 | 32 | 26 |
| Octal | 220 | 72 | 60 | 0 | 74 | 103 | 54 | 6 | 62 | 46 |
| Binary | 10010000 | 111010 | 110000 | 0 | 111100 | 1000011 | 101100 | 110 | 110010 | 100110 |
Color Harmonies of #903A30
Complementary color
Monochromatic Colors of #903A30
Black with #903A30
Text Example
Text Example
White with #903A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903A30; }
p { color: rgb(144,58,48); }
H1.HeaderClassName
{
color: #903A30;
}
.AnyTagClassName
{
color: #903A30;
}
</style>
background-color css
<style>
a { background-color: #903A30; }
a { background-color: rgb(144,58,48); }
div.DivClassName
{
background-color: #903A30;
}
.BgClassName
{
background-color: #903A30;
}
</style>
border-color css
<style>
span { border-color: #903A30; }
span { border-color: rgb(144,58,48); }
td.TdClassName
{
border-color: #903A30;
}
.TagClassName
{
border-color: #903A30;
}
</style>