Shades of Thunderbird #903230
Tints of Thunderbird #903230
RGB
CMYK
RGB Variations
Color information
#903230 (or 0x903230) is known color: Thunderbird. HEX triplet: 90, 32 and 30. RGB value is (144,50,48). Sum of RGB (Red+Green+Blue) = 144+50+48=242 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.50% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 144 - color contains mainly: red. Hex color #903230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903230 is #6FCDCF. Grayscale: #4D4D4D. Windows color (decimal): -7327184 or 3158672. OLE color: 3158672.
HSL color Cylindrical-coordinate representation of color #903230: hue angle of 1.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903230 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 50 | 48 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.44 |
| HSL | 1.25º | 0.5% | 0.38% | - |
| HSV(B) | 1.25º | 0.67% | 0.56% | - |
| XYZ | 13.18 | 8.42 | 3.73 | - |
| YUV | 77.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 48 | 0 | 0.65 | 0.67 | 0.44 | 1.25 | 0.5 | 0.38 |
| Hex | 90 | 32 | 30 | 0 | 41 | 43 | 2C | 1 | 32 | 26 |
| Octal | 220 | 62 | 60 | 0 | 101 | 103 | 54 | 1 | 62 | 46 |
| Binary | 10010000 | 110010 | 110000 | 0 | 1000001 | 1000011 | 101100 | 1 | 110010 | 100110 |
Color Harmonies of #903230
Complementary color
Monochromatic Colors of #903230
Black with #903230
Text Example
Text Example
White with #903230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903230; }
p { color: rgb(144,50,48); }
H1.HeaderClassName
{
color: #903230;
}
.AnyTagClassName
{
color: #903230;
}
</style>
background-color css
<style>
a { background-color: #903230; }
a { background-color: rgb(144,50,48); }
div.DivClassName
{
background-color: #903230;
}
.BgClassName
{
background-color: #903230;
}
</style>
border-color css
<style>
span { border-color: #903230; }
span { border-color: rgb(144,50,48); }
td.TdClassName
{
border-color: #903230;
}
.TagClassName
{
border-color: #903230;
}
</style>