Shades of Thunderbird #903C30
Tints of Thunderbird #903C30
RGB
CMYK
RGB Variations
Color information
#903C30 (or 0x903C30) is known color: Thunderbird. HEX triplet: 90, 3C and 30. RGB value is (144,60,48). Sum of RGB (Red+Green+Blue) = 144+60+48=252 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.14% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 144 - color contains mainly: red. Hex color #903C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903C30 is #6FC3CF. Grayscale: #535353. Windows color (decimal): -7324624 or 3161232. OLE color: 3161232.
HSL color Cylindrical-coordinate representation of color #903C30: hue angle of 7.5º 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 #903C30 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 60 | 48 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.44 |
| HSL | 7.5º | 0.5% | 0.38% | - |
| HSV(B) | 7.5º | 0.67% | 0.56% | - |
| XYZ | 13.65 | 9.37 | 3.89 | - |
| YUV | 83.75 | 107.83 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 60 | 48 | 0 | 0.58 | 0.67 | 0.44 | 7.5 | 0.5 | 0.38 |
| Hex | 90 | 3C | 30 | 0 | 3A | 43 | 2C | 8 | 32 | 26 |
| Octal | 220 | 74 | 60 | 0 | 72 | 103 | 54 | 10 | 62 | 46 |
| Binary | 10010000 | 111100 | 110000 | 0 | 111010 | 1000011 | 101100 | 1000 | 110010 | 100110 |
Color Harmonies of #903C30
Complementary color
Monochromatic Colors of #903C30
Black with #903C30
Text Example
Text Example
White with #903C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903C30; }
p { color: rgb(144,60,48); }
H1.HeaderClassName
{
color: #903C30;
}
.AnyTagClassName
{
color: #903C30;
}
</style>
background-color css
<style>
a { background-color: #903C30; }
a { background-color: rgb(144,60,48); }
div.DivClassName
{
background-color: #903C30;
}
.BgClassName
{
background-color: #903C30;
}
</style>
border-color css
<style>
span { border-color: #903C30; }
span { border-color: rgb(144,60,48); }
td.TdClassName
{
border-color: #903C30;
}
.TagClassName
{
border-color: #903C30;
}
</style>