Shades of Thunderbird #923230
Tints of Thunderbird #923230
RGB
CMYK
RGB Variations
Color information
#923230 (or 0x923230) is known color: Thunderbird. HEX triplet: 92, 32 and 30. RGB value is (146,50,48). Sum of RGB (Red+Green+Blue) = 146+50+48=244 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.84% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 146 - color contains mainly: red. Hex color #923230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923230 is #6DCDCF. Grayscale: #4E4E4E. Windows color (decimal): -7196112 or 3158674. OLE color: 3158674.
HSL color Cylindrical-coordinate representation of color #923230: hue angle of 1.22º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #923230 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 50 | 48 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.43 |
| HSL | 1.22º | 0.51% | 0.38% | - |
| HSV(B) | 1.22º | 0.67% | 0.57% | - |
| XYZ | 13.53 | 8.61 | 3.74 | - |
| YUV | 78.48 | 110.8 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 50 | 48 | 0 | 0.66 | 0.67 | 0.43 | 1.22 | 0.51 | 0.38 |
| Hex | 92 | 32 | 30 | 0 | 42 | 43 | 2B | 1 | 33 | 26 |
| Octal | 222 | 62 | 60 | 0 | 102 | 103 | 53 | 1 | 63 | 46 |
| Binary | 10010010 | 110010 | 110000 | 0 | 1000010 | 1000011 | 101011 | 1 | 110011 | 100110 |
Color Harmonies of #923230
Complementary color
Monochromatic Colors of #923230
Black with #923230
Text Example
Text Example
White with #923230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923230; }
p { color: rgb(146,50,48); }
H1.HeaderClassName
{
color: #923230;
}
.AnyTagClassName
{
color: #923230;
}
</style>
background-color css
<style>
a { background-color: #923230; }
a { background-color: rgb(146,50,48); }
div.DivClassName
{
background-color: #923230;
}
.BgClassName
{
background-color: #923230;
}
</style>
border-color css
<style>
span { border-color: #923230; }
span { border-color: rgb(146,50,48); }
td.TdClassName
{
border-color: #923230;
}
.TagClassName
{
border-color: #923230;
}
</style>