Shades of Thunderbird #9A372A
Tints of Thunderbird #9A372A
RGB
CMYK
RGB Variations
Color information
#9A372A (or 0x9A372A) is known color: Thunderbird. HEX triplet: 9A, 37 and 2A. RGB value is (154,55,42). Sum of RGB (Red+Green+Blue) = 154+55+42=251 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.35% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 154 - color contains mainly: red. Hex color #9A372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A372A is #65C8D5. Grayscale: #535353. Windows color (decimal): -6670550 or 2766746. OLE color: 2766746.
HSL color Cylindrical-coordinate representation of color #9A372A: hue angle of 6.96º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A372A is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 55 | 42 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.40 |
| HSL | 6.96º | 0.57% | 0.38% | - |
| HSV(B) | 6.96º | 0.73% | 0.6% | - |
| XYZ | 15.11 | 9.77 | 3.28 | - |
| YUV | 83.12 | 104.8 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 55 | 42 | 0 | 0.64 | 0.73 | 0.40 | 6.96 | 0.57 | 0.38 |
| Hex | 9A | 37 | 2A | 0 | 40 | 49 | 28 | 7 | 39 | 26 |
| Octal | 232 | 67 | 52 | 0 | 100 | 111 | 50 | 7 | 71 | 46 |
| Binary | 10011010 | 110111 | 101010 | 0 | 1000000 | 1001001 | 101000 | 111 | 111001 | 100110 |
Color Harmonies of #9A372A
Complementary color
Monochromatic Colors of #9A372A
Black with #9A372A
Text Example
Text Example
White with #9A372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A372A; }
p { color: rgb(154,55,42); }
H1.HeaderClassName
{
color: #9A372A;
}
.AnyTagClassName
{
color: #9A372A;
}
</style>
background-color css
<style>
a { background-color: #9A372A; }
a { background-color: rgb(154,55,42); }
div.DivClassName
{
background-color: #9A372A;
}
.BgClassName
{
background-color: #9A372A;
}
</style>
border-color css
<style>
span { border-color: #9A372A; }
span { border-color: rgb(154,55,42); }
td.TdClassName
{
border-color: #9A372A;
}
.TagClassName
{
border-color: #9A372A;
}
</style>