Shades of Thunderbird #90352E
Tints of Thunderbird #90352E
RGB
CMYK
RGB Variations
Color information
#90352E (or 0x90352E) is known color: Thunderbird. HEX triplet: 90, 35 and 2E. RGB value is (144,53,46). Sum of RGB (Red+Green+Blue) = 144+53+46=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #90352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90352E is #6FCAD1. Grayscale: #4F4F4F. Windows color (decimal): -7326418 or 3028368. OLE color: 3028368.
HSL color Cylindrical-coordinate representation of color #90352E: hue angle of 4.29º 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 #90352E is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 46 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.44 |
| HSL | 4.29º | 0.52% | 0.37% | - |
| HSV(B) | 4.29º | 0.68% | 0.56% | - |
| XYZ | 13.27 | 8.67 | 3.56 | - |
| YUV | 79.41 | 109.15 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 46 | 0 | 0.63 | 0.68 | 0.44 | 4.29 | 0.52 | 0.37 |
| Hex | 90 | 35 | 2E | 0 | 3F | 44 | 2C | 4 | 34 | 25 |
| Octal | 220 | 65 | 56 | 0 | 77 | 104 | 54 | 4 | 64 | 45 |
| Binary | 10010000 | 110101 | 101110 | 0 | 111111 | 1000100 | 101100 | 100 | 110100 | 100101 |
Color Harmonies of #90352E
Complementary color
Monochromatic Colors of #90352E
Black with #90352E
Text Example
Text Example
White with #90352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90352E; }
p { color: rgb(144,53,46); }
H1.HeaderClassName
{
color: #90352E;
}
.AnyTagClassName
{
color: #90352E;
}
</style>
background-color css
<style>
a { background-color: #90352E; }
a { background-color: rgb(144,53,46); }
div.DivClassName
{
background-color: #90352E;
}
.BgClassName
{
background-color: #90352E;
}
</style>
border-color css
<style>
span { border-color: #90352E; }
span { border-color: rgb(144,53,46); }
td.TdClassName
{
border-color: #90352E;
}
.TagClassName
{
border-color: #90352E;
}
</style>