Shades of Thunderbird #903D34
Tints of Thunderbird #903D34
RGB
CMYK
RGB Variations
Color information
#903D34 (or 0x903D34) is known color: Thunderbird. HEX triplet: 90, 3D and 34. RGB value is (144,61,52). Sum of RGB (Red+Green+Blue) = 144+61+52=257 (34% of max value = 765). Red value is 144 (56.64% from 255 or 56.03% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 144 - color contains mainly: red. Hex color #903D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903D34 is #6FC2CB. Grayscale: #545454. Windows color (decimal): -7324364 or 3423632. OLE color: 3423632.
HSL color Cylindrical-coordinate representation of color #903D34: hue angle of 5.87º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #903D34 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 61 | 52 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.44 |
| HSL | 5.87º | 0.47% | 0.38% | - |
| HSV(B) | 5.87º | 0.64% | 0.56% | - |
| XYZ | 13.79 | 9.51 | 4.36 | - |
| YUV | 84.79 | 109.5 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 52 | 0 | 0.58 | 0.64 | 0.44 | 5.87 | 0.47 | 0.38 |
| Hex | 90 | 3D | 34 | 0 | 3A | 40 | 2C | 6 | 2F | 26 |
| Octal | 220 | 75 | 64 | 0 | 72 | 100 | 54 | 6 | 57 | 46 |
| Binary | 10010000 | 111101 | 110100 | 0 | 111010 | 1000000 | 101100 | 110 | 101111 | 100110 |
Color Harmonies of #903D34
Complementary color
Monochromatic Colors of #903D34
Black with #903D34
Text Example
Text Example
White with #903D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903D34; }
p { color: rgb(144,61,52); }
H1.HeaderClassName
{
color: #903D34;
}
.AnyTagClassName
{
color: #903D34;
}
</style>
background-color css
<style>
a { background-color: #903D34; }
a { background-color: rgb(144,61,52); }
div.DivClassName
{
background-color: #903D34;
}
.BgClassName
{
background-color: #903D34;
}
</style>
border-color css
<style>
span { border-color: #903D34; }
span { border-color: rgb(144,61,52); }
td.TdClassName
{
border-color: #903D34;
}
.TagClassName
{
border-color: #903D34;
}
</style>