Shades of Thunderbird #92302B
Tints of Thunderbird #92302B
RGB
CMYK
RGB Variations
Color information
#92302B (or 0x92302B) is known color: Thunderbird. HEX triplet: 92, 30 and 2B. RGB value is (146,48,43). Sum of RGB (Red+Green+Blue) = 146+48+43=237 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.60% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 146 - color contains mainly: red. Hex color #92302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92302B is #6DCFD4. Grayscale: #4C4C4C. Windows color (decimal): -7196629 or 2830482. OLE color: 2830482.
HSL color Cylindrical-coordinate representation of color #92302B: hue angle of 2.91º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #92302B is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 48 | 43 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.43 |
| HSL | 2.91º | 0.54% | 0.37% | - |
| HSV(B) | 2.91º | 0.71% | 0.57% | - |
| XYZ | 13.35 | 8.4 | 3.2 | - |
| YUV | 76.73 | 108.97 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 48 | 43 | 0 | 0.67 | 0.71 | 0.43 | 2.91 | 0.54 | 0.37 |
| Hex | 92 | 30 | 2B | 0 | 43 | 47 | 2B | 3 | 36 | 25 |
| Octal | 222 | 60 | 53 | 0 | 103 | 107 | 53 | 3 | 66 | 45 |
| Binary | 10010010 | 110000 | 101011 | 0 | 1000011 | 1000111 | 101011 | 11 | 110110 | 100101 |
Color Harmonies of #92302B
Complementary color
Monochromatic Colors of #92302B
Black with #92302B
Text Example
Text Example
White with #92302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92302B; }
p { color: rgb(146,48,43); }
H1.HeaderClassName
{
color: #92302B;
}
.AnyTagClassName
{
color: #92302B;
}
</style>
background-color css
<style>
a { background-color: #92302B; }
a { background-color: rgb(146,48,43); }
div.DivClassName
{
background-color: #92302B;
}
.BgClassName
{
background-color: #92302B;
}
</style>
border-color css
<style>
span { border-color: #92302B; }
span { border-color: rgb(146,48,43); }
td.TdClassName
{
border-color: #92302B;
}
.TagClassName
{
border-color: #92302B;
}
</style>