Shades of Thunderbird #9B3A2C
Tints of Thunderbird #9B3A2C
RGB
CMYK
RGB Variations
Color information
#9B3A2C (or 0x9B3A2C) is known color: Thunderbird. HEX triplet: 9B, 3A and 2C. RGB value is (155,58,44). Sum of RGB (Red+Green+Blue) = 155+58+44=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3A2C is #64C5D3. Grayscale: #555555. Windows color (decimal): -6604244 or 2898587. OLE color: 2898587.
HSL color Cylindrical-coordinate representation of color #9B3A2C: hue angle of 7.57º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B3A2C is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 58 | 44 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.39 |
| HSL | 7.57º | 0.56% | 0.39% | - |
| HSV(B) | 7.57º | 0.72% | 0.61% | - |
| XYZ | 15.49 | 10.18 | 3.53 | - |
| YUV | 85.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 58 | 44 | 0 | 0.63 | 0.72 | 0.39 | 7.57 | 0.56 | 0.39 |
| Hex | 9B | 3A | 2C | 0 | 3F | 48 | 27 | 8 | 38 | 27 |
| Octal | 233 | 72 | 54 | 0 | 77 | 110 | 47 | 10 | 70 | 47 |
| Binary | 10011011 | 111010 | 101100 | 0 | 111111 | 1001000 | 100111 | 1000 | 111000 | 100111 |
Color Harmonies of #9B3A2C
Complementary color
Monochromatic Colors of #9B3A2C
Black with #9B3A2C
Text Example
Text Example
White with #9B3A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3A2C; }
p { color: rgb(155,58,44); }
H1.HeaderClassName
{
color: #9B3A2C;
}
.AnyTagClassName
{
color: #9B3A2C;
}
</style>
background-color css
<style>
a { background-color: #9B3A2C; }
a { background-color: rgb(155,58,44); }
div.DivClassName
{
background-color: #9B3A2C;
}
.BgClassName
{
background-color: #9B3A2C;
}
</style>
border-color css
<style>
span { border-color: #9B3A2C; }
span { border-color: rgb(155,58,44); }
td.TdClassName
{
border-color: #9B3A2C;
}
.TagClassName
{
border-color: #9B3A2C;
}
</style>