Shades of Thunderbird #95322B
Tints of Thunderbird #95322B
RGB
CMYK
RGB Variations
Color information
#95322B (or 0x95322B) is known color: Thunderbird. HEX triplet: 95, 32 and 2B. RGB value is (149,50,43). Sum of RGB (Red+Green+Blue) = 149+50+43=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #95322B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95322B is #6ACDD4. Grayscale: #4E4E4E. Windows color (decimal): -6999509 or 2830997. OLE color: 2830997.
HSL color Cylindrical-coordinate representation of color #95322B: hue angle of 3.96º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #95322B is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 43 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.42 |
| HSL | 3.96º | 0.55% | 0.38% | - |
| HSV(B) | 3.96º | 0.71% | 0.58% | - |
| XYZ | 13.97 | 8.85 | 3.26 | - |
| YUV | 78.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 43 | 0 | 0.66 | 0.71 | 0.42 | 3.96 | 0.55 | 0.38 |
| Hex | 95 | 32 | 2B | 0 | 42 | 47 | 2A | 4 | 37 | 26 |
| Octal | 225 | 62 | 53 | 0 | 102 | 107 | 52 | 4 | 67 | 46 |
| Binary | 10010101 | 110010 | 101011 | 0 | 1000010 | 1000111 | 101010 | 100 | 110111 | 100110 |
Color Harmonies of #95322B
Complementary color
Monochromatic Colors of #95322B
Black with #95322B
Text Example
Text Example
White with #95322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95322B; }
p { color: rgb(149,50,43); }
H1.HeaderClassName
{
color: #95322B;
}
.AnyTagClassName
{
color: #95322B;
}
</style>
background-color css
<style>
a { background-color: #95322B; }
a { background-color: rgb(149,50,43); }
div.DivClassName
{
background-color: #95322B;
}
.BgClassName
{
background-color: #95322B;
}
</style>
border-color css
<style>
span { border-color: #95322B; }
span { border-color: rgb(149,50,43); }
td.TdClassName
{
border-color: #95322B;
}
.TagClassName
{
border-color: #95322B;
}
</style>