Shades of Thunderbird #903838
Tints of Thunderbird #903838
RGB
CMYK
RGB Variations
Color information
#903838 (or 0x903838) is known color: Thunderbird. HEX triplet: 90, 38 and 38. RGB value is (144,56,56). Sum of RGB (Red+Green+Blue) = 144+56+56=256 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.25% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 144 - color contains mainly: red. Hex color #903838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903838 is #6FC7C7. Grayscale: #525252. Windows color (decimal): -7325640 or 3684496. OLE color: 3684496.
HSL color Cylindrical-coordinate representation of color #903838: hue angle of 0º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #903838 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 56 | 56 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.44 |
| HSL | 0º | 0.44% | 0.39% | - |
| HSV(B) | 0º | 0.61% | 0.56% | - |
| XYZ | 13.63 | 9.04 | 4.77 | - |
| YUV | 82.31 | 113.15 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 56 | 0 | 0.61 | 0.61 | 0.44 | 0 | 0.44 | 0.39 |
| Hex | 90 | 38 | 38 | 0 | 3D | 3D | 2C | 0 | 2C | 27 |
| Octal | 220 | 70 | 70 | 0 | 75 | 75 | 54 | 0 | 54 | 47 |
| Binary | 10010000 | 111000 | 111000 | 0 | 111101 | 111101 | 101100 | 0 | 101100 | 100111 |
Color Harmonies of #903838
Complementary color
Monochromatic Colors of #903838
Black with #903838
Text Example
Text Example
White with #903838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903838; }
p { color: rgb(144,56,56); }
H1.HeaderClassName
{
color: #903838;
}
.AnyTagClassName
{
color: #903838;
}
</style>
background-color css
<style>
a { background-color: #903838; }
a { background-color: rgb(144,56,56); }
div.DivClassName
{
background-color: #903838;
}
.BgClassName
{
background-color: #903838;
}
</style>
border-color css
<style>
span { border-color: #903838; }
span { border-color: rgb(144,56,56); }
td.TdClassName
{
border-color: #903838;
}
.TagClassName
{
border-color: #903838;
}
</style>