Shades of Thunderbird #903C2F
Tints of Thunderbird #903C2F
RGB
CMYK
RGB Variations
Color information
#903C2F (or 0x903C2F) is known color: Thunderbird. HEX triplet: 90, 3C and 2F. RGB value is (144,60,47). Sum of RGB (Red+Green+Blue) = 144+60+47=251 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.37% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 144 - color contains mainly: red. Hex color #903C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903C2F is #6FC3D0. Grayscale: #535353. Windows color (decimal): -7324625 or 3095696. OLE color: 3095696.
HSL color Cylindrical-coordinate representation of color #903C2F: hue angle of 8.04º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903C2F is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 60 | 47 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.44 |
| HSL | 8.04º | 0.51% | 0.37% | - |
| HSV(B) | 8.04º | 0.67% | 0.56% | - |
| XYZ | 13.63 | 9.37 | 3.78 | - |
| YUV | 83.63 | 107.33 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 60 | 47 | 0 | 0.58 | 0.67 | 0.44 | 8.04 | 0.51 | 0.37 |
| Hex | 90 | 3C | 2F | 0 | 3A | 43 | 2C | 8 | 33 | 25 |
| Octal | 220 | 74 | 57 | 0 | 72 | 103 | 54 | 10 | 63 | 45 |
| Binary | 10010000 | 111100 | 101111 | 0 | 111010 | 1000011 | 101100 | 1000 | 110011 | 100101 |
Color Harmonies of #903C2F
Complementary color
Monochromatic Colors of #903C2F
Black with #903C2F
Text Example
Text Example
White with #903C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903C2F; }
p { color: rgb(144,60,47); }
H1.HeaderClassName
{
color: #903C2F;
}
.AnyTagClassName
{
color: #903C2F;
}
</style>
background-color css
<style>
a { background-color: #903C2F; }
a { background-color: rgb(144,60,47); }
div.DivClassName
{
background-color: #903C2F;
}
.BgClassName
{
background-color: #903C2F;
}
</style>
border-color css
<style>
span { border-color: #903C2F; }
span { border-color: rgb(144,60,47); }
td.TdClassName
{
border-color: #903C2F;
}
.TagClassName
{
border-color: #903C2F;
}
</style>