Shades of Thunderbird #903529
Tints of Thunderbird #903529
RGB
CMYK
RGB Variations
Color information
#903529 (or 0x903529) is known color: Thunderbird. HEX triplet: 90, 35 and 29. RGB value is (144,53,41). Sum of RGB (Red+Green+Blue) = 144+53+41=238 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.50% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 144 - color contains mainly: red. Hex color #903529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903529 is #6FCAD6. Grayscale: #4E4E4E. Windows color (decimal): -7326423 or 2700688. OLE color: 2700688.
HSL color Cylindrical-coordinate representation of color #903529: hue angle of 6.99º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #903529 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 41 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.44 |
| HSL | 6.99º | 0.56% | 0.36% | - |
| HSV(B) | 6.99º | 0.72% | 0.56% | - |
| XYZ | 13.17 | 8.64 | 3.07 | - |
| YUV | 78.84 | 106.65 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 41 | 0 | 0.63 | 0.72 | 0.44 | 6.99 | 0.56 | 0.36 |
| Hex | 90 | 35 | 29 | 0 | 3F | 48 | 2C | 7 | 38 | 24 |
| Octal | 220 | 65 | 51 | 0 | 77 | 110 | 54 | 7 | 70 | 44 |
| Binary | 10010000 | 110101 | 101001 | 0 | 111111 | 1001000 | 101100 | 111 | 111000 | 100100 |
Color Harmonies of #903529
Complementary color
Monochromatic Colors of #903529
Black with #903529
Text Example
Text Example
White with #903529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903529; }
p { color: rgb(144,53,41); }
H1.HeaderClassName
{
color: #903529;
}
.AnyTagClassName
{
color: #903529;
}
</style>
background-color css
<style>
a { background-color: #903529; }
a { background-color: rgb(144,53,41); }
div.DivClassName
{
background-color: #903529;
}
.BgClassName
{
background-color: #903529;
}
</style>
border-color css
<style>
span { border-color: #903529; }
span { border-color: rgb(144,53,41); }
td.TdClassName
{
border-color: #903529;
}
.TagClassName
{
border-color: #903529;
}
</style>