Shades of Thunderbird #923A30
Tints of Thunderbird #923A30
RGB
CMYK
RGB Variations
Color information
#923A30 (or 0x923A30) is known color: Thunderbird. HEX triplet: 92, 3A and 30. RGB value is (146,58,48). Sum of RGB (Red+Green+Blue) = 146+58+48=252 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.94% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 146 - color contains mainly: red. Hex color #923A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923A30 is #6DC5CF. Grayscale: #535353. Windows color (decimal): -7194064 or 3160722. OLE color: 3160722.
HSL color Cylindrical-coordinate representation of color #923A30: hue angle of 6.12º 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 #923A30 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 58 | 48 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.43 |
| HSL | 6.12º | 0.51% | 0.38% | - |
| HSV(B) | 6.12º | 0.67% | 0.57% | - |
| XYZ | 13.9 | 9.35 | 3.87 | - |
| YUV | 83.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 58 | 48 | 0 | 0.60 | 0.67 | 0.43 | 6.12 | 0.51 | 0.38 |
| Hex | 92 | 3A | 30 | 0 | 3C | 43 | 2B | 6 | 33 | 26 |
| Octal | 222 | 72 | 60 | 0 | 74 | 103 | 53 | 6 | 63 | 46 |
| Binary | 10010010 | 111010 | 110000 | 0 | 111100 | 1000011 | 101011 | 110 | 110011 | 100110 |
Color Harmonies of #923A30
Complementary color
Monochromatic Colors of #923A30
Black with #923A30
Text Example
Text Example
White with #923A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923A30; }
p { color: rgb(146,58,48); }
H1.HeaderClassName
{
color: #923A30;
}
.AnyTagClassName
{
color: #923A30;
}
</style>
background-color css
<style>
a { background-color: #923A30; }
a { background-color: rgb(146,58,48); }
div.DivClassName
{
background-color: #923A30;
}
.BgClassName
{
background-color: #923A30;
}
</style>
border-color css
<style>
span { border-color: #923A30; }
span { border-color: rgb(146,58,48); }
td.TdClassName
{
border-color: #923A30;
}
.TagClassName
{
border-color: #923A30;
}
</style>