Shades of Thunderbird #903B2E
Tints of Thunderbird #903B2E
RGB
CMYK
RGB Variations
Color information
#903B2E (or 0x903B2E) is known color: Thunderbird. HEX triplet: 90, 3B and 2E. RGB value is (144,59,46). Sum of RGB (Red+Green+Blue) = 144+59+46=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #903B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903B2E is #6FC4D1. Grayscale: #535353. Windows color (decimal): -7324882 or 3029904. OLE color: 3029904.
HSL color Cylindrical-coordinate representation of color #903B2E: hue angle of 7.96º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #903B2E is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 59 | 46 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.44 |
| HSL | 7.96º | 0.52% | 0.37% | - |
| HSV(B) | 7.96º | 0.68% | 0.56% | - |
| XYZ | 13.56 | 9.25 | 3.66 | - |
| YUV | 82.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 59 | 46 | 0 | 0.59 | 0.68 | 0.44 | 7.96 | 0.52 | 0.37 |
| Hex | 90 | 3B | 2E | 0 | 3B | 44 | 2C | 8 | 34 | 25 |
| Octal | 220 | 73 | 56 | 0 | 73 | 104 | 54 | 10 | 64 | 45 |
| Binary | 10010000 | 111011 | 101110 | 0 | 111011 | 1000100 | 101100 | 1000 | 110100 | 100101 |
Color Harmonies of #903B2E
Complementary color
Monochromatic Colors of #903B2E
Black with #903B2E
Text Example
Text Example
White with #903B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903B2E; }
p { color: rgb(144,59,46); }
H1.HeaderClassName
{
color: #903B2E;
}
.AnyTagClassName
{
color: #903B2E;
}
</style>
background-color css
<style>
a { background-color: #903B2E; }
a { background-color: rgb(144,59,46); }
div.DivClassName
{
background-color: #903B2E;
}
.BgClassName
{
background-color: #903B2E;
}
</style>
border-color css
<style>
span { border-color: #903B2E; }
span { border-color: rgb(144,59,46); }
td.TdClassName
{
border-color: #903B2E;
}
.TagClassName
{
border-color: #903B2E;
}
</style>