Shades of Thunderbird #902F2E
Tints of Thunderbird #902F2E
RGB
CMYK
RGB Variations
Color information
#902F2E (or 0x902F2E) is known color: Thunderbird. HEX triplet: 90, 2F and 2E. RGB value is (144,47,46). Sum of RGB (Red+Green+Blue) = 144+47+46=237 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.76% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 144 - color contains mainly: red. Hex color #902F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902F2E is #6FD0D1. Grayscale: #4B4B4B. Windows color (decimal): -7327954 or 3026832. OLE color: 3026832.
HSL color Cylindrical-coordinate representation of color #902F2E: hue angle of 0.61º 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 #902F2E is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 47 | 46 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.44 |
| HSL | 0.61º | 0.52% | 0.37% | - |
| HSV(B) | 0.61º | 0.68% | 0.56% | - |
| XYZ | 13.01 | 8.16 | 3.47 | - |
| YUV | 75.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 46 | 0 | 0.67 | 0.68 | 0.44 | 0.61 | 0.52 | 0.37 |
| Hex | 90 | 2F | 2E | 0 | 43 | 44 | 2C | 1 | 34 | 25 |
| Octal | 220 | 57 | 56 | 0 | 103 | 104 | 54 | 1 | 64 | 45 |
| Binary | 10010000 | 101111 | 101110 | 0 | 1000011 | 1000100 | 101100 | 1 | 110100 | 100101 |
Color Harmonies of #902F2E
Complementary color
Monochromatic Colors of #902F2E
Black with #902F2E
Text Example
Text Example
White with #902F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902F2E; }
p { color: rgb(144,47,46); }
H1.HeaderClassName
{
color: #902F2E;
}
.AnyTagClassName
{
color: #902F2E;
}
</style>
background-color css
<style>
a { background-color: #902F2E; }
a { background-color: rgb(144,47,46); }
div.DivClassName
{
background-color: #902F2E;
}
.BgClassName
{
background-color: #902F2E;
}
</style>
border-color css
<style>
span { border-color: #902F2E; }
span { border-color: rgb(144,47,46); }
td.TdClassName
{
border-color: #902F2E;
}
.TagClassName
{
border-color: #902F2E;
}
</style>