Shades of Thunderbird #92302E
Tints of Thunderbird #92302E
RGB
CMYK
RGB Variations
Color information
#92302E (or 0x92302E) is known color: Thunderbird. HEX triplet: 92, 30 and 2E. RGB value is (146,48,46). Sum of RGB (Red+Green+Blue) = 146+48+46=240 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.83% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 146 - color contains mainly: red. Hex color #92302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92302E is #6DCFD1. Grayscale: #4D4D4D. Windows color (decimal): -7196626 or 3027090. OLE color: 3027090.
HSL color Cylindrical-coordinate representation of color #92302E: hue angle of 1.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #92302E is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 48 | 46 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.43 |
| HSL | 1.2º | 0.52% | 0.38% | - |
| HSV(B) | 1.2º | 0.68% | 0.57% | - |
| XYZ | 13.4 | 8.42 | 3.5 | - |
| YUV | 77.07 | 110.47 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 48 | 46 | 0 | 0.67 | 0.68 | 0.43 | 1.2 | 0.52 | 0.38 |
| Hex | 92 | 30 | 2E | 0 | 43 | 44 | 2B | 1 | 34 | 26 |
| Octal | 222 | 60 | 56 | 0 | 103 | 104 | 53 | 1 | 64 | 46 |
| Binary | 10010010 | 110000 | 101110 | 0 | 1000011 | 1000100 | 101011 | 1 | 110100 | 100110 |
Color Harmonies of #92302E
Complementary color
Monochromatic Colors of #92302E
Black with #92302E
Text Example
Text Example
White with #92302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92302E; }
p { color: rgb(146,48,46); }
H1.HeaderClassName
{
color: #92302E;
}
.AnyTagClassName
{
color: #92302E;
}
</style>
background-color css
<style>
a { background-color: #92302E; }
a { background-color: rgb(146,48,46); }
div.DivClassName
{
background-color: #92302E;
}
.BgClassName
{
background-color: #92302E;
}
</style>
border-color css
<style>
span { border-color: #92302E; }
span { border-color: rgb(146,48,46); }
td.TdClassName
{
border-color: #92302E;
}
.TagClassName
{
border-color: #92302E;
}
</style>