Shades of Thunderbird #9A3A30
Tints of Thunderbird #9A3A30
RGB
CMYK
RGB Variations
Color information
#9A3A30 (or 0x9A3A30) is known color: Thunderbird. HEX triplet: 9A, 3A and 30. RGB value is (154,58,48). Sum of RGB (Red+Green+Blue) = 154+58+48=260 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.23% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3A30 is #65C5CF. Grayscale: #555555. Windows color (decimal): -6669776 or 3160730. OLE color: 3160730.
HSL color Cylindrical-coordinate representation of color #9A3A30: hue angle of 5.66º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A3A30 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 58 | 48 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.40 |
| HSL | 5.66º | 0.52% | 0.4% | - |
| HSV(B) | 5.66º | 0.69% | 0.6% | - |
| XYZ | 15.37 | 10.11 | 3.94 | - |
| YUV | 85.56 | 106.8 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 58 | 48 | 0 | 0.62 | 0.69 | 0.40 | 5.66 | 0.52 | 0.4 |
| Hex | 9A | 3A | 30 | 0 | 3E | 45 | 28 | 6 | 34 | 28 |
| Octal | 232 | 72 | 60 | 0 | 76 | 105 | 50 | 6 | 64 | 50 |
| Binary | 10011010 | 111010 | 110000 | 0 | 111110 | 1000101 | 101000 | 110 | 110100 | 101000 |
Color Harmonies of #9A3A30
Complementary color
Monochromatic Colors of #9A3A30
Black with #9A3A30
Text Example
Text Example
White with #9A3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3A30; }
p { color: rgb(154,58,48); }
H1.HeaderClassName
{
color: #9A3A30;
}
.AnyTagClassName
{
color: #9A3A30;
}
</style>
background-color css
<style>
a { background-color: #9A3A30; }
a { background-color: rgb(154,58,48); }
div.DivClassName
{
background-color: #9A3A30;
}
.BgClassName
{
background-color: #9A3A30;
}
</style>
border-color css
<style>
span { border-color: #9A3A30; }
span { border-color: rgb(154,58,48); }
td.TdClassName
{
border-color: #9A3A30;
}
.TagClassName
{
border-color: #9A3A30;
}
</style>